Copy as Markdown Quotation
Copy text in web page as markdown quotation
Cos'è Copy as Markdown Quotation?
Copy as Markdown Quotation è un'estensione di Chrome sviluppata da Yi EungJun, e la sua funzione principale è "Copy text in web page as markdown quotation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy as Markdown Quotation
Scarica i file di estensione Copy as Markdown Quotation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | oifbkkngkecdhnohciofdofiihdjciip |
URL Ufficiale | https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip |
Descrizione | Copy text in web page as markdown quotation |
Dimensione del File | 14.89 KB |
Conteggio Installazioni | 168 |
Versione Corrente | 0.5.0 |
Ultimo Aggiornamento | 2017-09-24 |
Data di Pubblicazione | 2017-09-24 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Yi EungJun |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/npcode/copy-as-markdown-quote |
Lingue Supportate | 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" } |