Export to Markdown
This is utilized to export the story in Medium to a markdown format file.
Cos'è Export to Markdown?
Export to Markdown è un'estensione di Chrome sviluppata da neal, e la sua funzione principale è "This is utilized to export the story in Medium to a markdown format file.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Export to Markdown
Scarica i file di estensione Export to 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
This extension can help you to export blogs in Medium to markdown format files. And you can copy the text with just a click. And the extension is going to support more websites. Your suggestion is appreciated. Supported web sites: https://medium.com https://www.elastic.co/blog https://logz.io/blog This is a open source project. If you are interested, please go to https://github.com/neal1991/export-to-markdown Welcome star or pr. Any suggestion is appreciated.
Informazioni di Base sull'Estensione
Nome | Export to Markdown |
ID | dodkihcbgpjblncjahodbnlgkkflliim |
URL Ufficiale | https://chromewebstore.google.com/detail/export-to-markdown/dodkihcbgpjblncjahodbnlgkkflliim |
Descrizione | This is utilized to export the story in Medium to a markdown format file. |
Dimensione del File | 20.4 KB |
Conteggio Installazioni | 1,945 |
Versione Corrente | 0.1.9 |
Ultimo Aggiornamento | 2019-06-12 |
Data di Pubblicazione | 2019-06-10 |
Valutazione | 4.27/5 Totale 11 Valutazioni |
Sviluppatore | neal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/neal1991/export-to-markdown |
URL della Pagina di Aiuto | https://github.com/neal1991/export-to-markdown/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export to Markdown", "short_name": "ExportToMarkdown", "description": "This is utilized to export the story in Medium to a markdown format file.", "version": "0.1.9", "icons": { "16": "icons\/medium-16.png", "48": "icons\/medium-48.png", "64": "icons\/medium-64.png", "128": "icons\/medium.png" }, "permissions": [ "tabs", "https:\/\/*\/*" ], "browser_action": { "default_title": "Export to Markdown", "default_icon": "icons\/medium.png", "default_popup": "popup.html" }, "manifest_version": 2, "homepage_url": "https:\/\/github.com\/neal1991\/export-medium" } |