Copy as Markdown
The url of the current page in Markdown's copy
Cos'è Copy as Markdown?
Copy as Markdown è un'estensione di Chrome sviluppata da nakamulan, e la sua funzione principale è "The url of the current page in Markdown's copy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy as Markdown
Scarica i file di estensione Copy as Markdown 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 to copy markdown format with a title and URL of the current page.
- Very simple design
- Click copy only to clipboard
- The title can be edit in the text area Informazioni di Base sull'Estensione
| Nome | |
| ID | kpipndefiblapfomcmkghpnpiodgcpck |
| URL Ufficiale | https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck |
| Descrizione | The url of the current page in Markdown's copy |
| Dimensione del File | 62.34 KB |
| Conteggio Installazioni | 82 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2015-08-18 |
| Data di Pubblicazione | 2015-08-18 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | nakamulan |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://nakamulan.github.io/CopyAsMarkdown |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy as Markdown",
"manifest_version": 2,
"version": "1.0.0",
"description": "The url of the current page in Markdown's copy",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Copy as Markdown",
"default_popup": "popup.html"
},
"permissions": [
"clipboardWrite",
"tabs"
]
} | |