Copy as Markdown Quotation

Copy text in web page as markdown quotation

Vad är Copy as Markdown Quotation?

Copy as Markdown Quotation är en Chrome-tillägg utvecklad av Yi EungJun, och dess huvudfunktion är "Copy text in web page as markdown quotation".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Copy as Markdown Quotation-förlängningens CRX-fil

Ladda ner Copy as Markdown Quotation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Copy as Markdown Quotation Copy as Markdown Quotation
ID oifbkkngkecdhnohciofdofiihdjciip
Officiell webbadress https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip
Beskrivning Copy text in web page as markdown quotation
Filstorlek 14.89 KB
Antal Installationer 168
Aktuell Version 0.5.0
Senast Uppdaterad 2017-09-24
Publiceringsdatum 2017-09-24
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Yi EungJun
Betalningssätt free
Tilläggswebbplats https://github.com/npcode/copy-as-markdown-quote
Stödda Språk 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"
}