Copy as Markdown Quotation

Copy text in web page as markdown quotation

Was ist Copy as Markdown Quotation?

Copy as Markdown Quotation ist eine Chrome-Erweiterung, die von Yi EungJun entwickelt wurde, und ihr Hauptmerkmal ist "Copy text in web page as markdown quotation".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Copy as Markdown Quotation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy as Markdown Quotation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Copy as Markdown Quotation Copy as Markdown Quotation
ID oifbkkngkecdhnohciofdofiihdjciip
Offizielle URL https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip
Beschreibung Copy text in web page as markdown quotation
Dateigröße 14.89 KB
Installationsanzahl 168
Aktuelle Version 0.5.0
Letztes Update 2017-09-24
Veröffentlichungsdatum 2017-09-24
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Yi EungJun
Zahlungsart free
Erweiterungswebsite https://github.com/npcode/copy-as-markdown-quote
Unterstützte Sprachen 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"
}