Copy as Markdown Quotation
Copy text in web page as markdown quotation
Wat is Copy as Markdown Quotation?
Copy as Markdown Quotation is een Chrome-extensie ontwikkeld door Yi EungJun, en de belangrijkste functie is "Copy text in web page as markdown quotation".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy as Markdown Quotation
Download Copy as Markdown Quotation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | oifbkkngkecdhnohciofdofiihdjciip |
Officiële URL | https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip |
Beschrijving | Copy text in web page as markdown quotation |
Bestandsgrootte | 14.89 KB |
Aantal Installaties | 168 |
Huidige Versie | 0.5.0 |
Laatst Bijgewerkt | 2017-09-24 |
Publicatiedatum | 2017-09-24 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Yi EungJun |
Betalingswijze | free |
Extensiewebsite | https://github.com/npcode/copy-as-markdown-quote |
Ondersteunde Talen | 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" } |