Copy as Markdown Quotation

Copy text in web page as markdown quotation

Qu'est-ce que Copy as Markdown Quotation ?

Copy as Markdown Quotation est une extension Chrome développée par Yi EungJun, et sa fonction principale est "Copy text in web page as markdown quotation".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Copy as Markdown Quotation

Téléchargez les fichiers d'extension Copy as Markdown Quotation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Copy as Markdown Quotation Copy as Markdown Quotation
ID oifbkkngkecdhnohciofdofiihdjciip
URL Officiel https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip
Description Copy text in web page as markdown quotation
Taille du Fichier 14.89 KB
Nombre d'Installations 168
Version Actuelle 0.5.0
Dernière Mise à Jour 2017-09-24
Date de Publication 2017-09-24
Évaluation 5.00/5 Total 5 Évaluations
Développeur Yi EungJun
Type de Paiement free
Site Web de l'Extension https://github.com/npcode/copy-as-markdown-quote
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/to-markdown.js",
            "background.js"
        ]
    },
    "description": "Copy text in web page as markdown quotation",
    "manifest_version": 2,
    "minimum_chrome_version": "24",
    "name": "Copy as Markdown Quotation",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.5.0"
}