Copy as Markdown Quotation
Copy text in web page as markdown quotation
Hvad er Copy as Markdown Quotation?
Copy as Markdown Quotation er en Chrome-udvidelse udviklet af Yi EungJun, og dens hovedfunktion er "Copy text in web page as markdown quotation".
Udvidelsesskærmbilleder
Download Copy as Markdown Quotation-udvidelses-CRX-fil
Download Copy as Markdown Quotation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | oifbkkngkecdhnohciofdofiihdjciip |
Officiel URL | https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip |
Beskrivelse | Copy text in web page as markdown quotation |
Filstørrelse | 14.89 KB |
Antal Installationer | 168 |
Nuværende Version | 0.5.0 |
Senest Opdateret | 2017-09-24 |
Udgivelsesdato | 2017-09-24 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Yi EungJun |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/npcode/copy-as-markdown-quote |
Understøttede Sprog | 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" } |