markdown clipboard
copy content with md url format
Cos'è markdown clipboard?
markdown clipboard è un'estensione di Chrome sviluppata da leewei2020, e la sua funzione principale è "copy content with md url format".
Scarica il file CRX dell'estensione markdown clipboard
Scarica i file di estensione markdown clipboard 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
Easy Copy Text & Img from Browser Page. Use - select the content you need: text or img - use the default short cut: Alt + C, - then you can paster the format markdown link to where you want Of course, after you select your content, u can click the extension icon for working too.
Informazioni di Base sull'Estensione
Nome | |
ID | kiieboeeejffbjnfejfjphoigfdiiadh |
URL Ufficiale | https://chrome.google.com/webstore/detail/markdown-clipboard/kiieboeeejffbjnfejfjphoigfdiiadh |
Descrizione | copy content with md url format |
Dimensione del File | 7.04 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2018-06-15 |
Data di Pubblicazione | 2018-06-15 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | leewei2020 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/onvno/markdown-clipboard |
URL della Pagina della Politica sulla Privacy | https://www.privacypolicies.com/live/3ad506ee-698f-47bf-a25f-08e519875264 |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "markdown clipboard", "short_name": "md", "description": "copy content with md url format", "version": "1.2.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "markdown clipboard", "default_icon": "markdown.png" }, "options_page": "options.html", "icons": { "128": "markdown.png", "16": "markdown.png", "48": "markdown.png" }, "commands": { "base": { "description": "ClipBoard Copy", "suggested_key": { "default": "Alt+C", "mac": "Alt+C" } } }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |