Export to Markdown

This is utilized to export the story in Medium to a markdown format file.

Co je Export to Markdown?

Export to Markdown je rozšíření Chrome vyvinuté neal, a jeho hlavní funkcí je „This is utilized to export the story in Medium to a markdown format file.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Export to Markdown

Stáhněte si soubory rozšíření Export to Markdown ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Export to Markdown Export to Markdown
ID dodkihcbgpjblncjahodbnlgkkflliim
Oficiální URL https://chromewebstore.google.com/detail/export-to-markdown/dodkihcbgpjblncjahodbnlgkkflliim
Popis This is utilized to export the story in Medium to a markdown format file.
Velikost souboru 20.4 KB
Počet instalací 1,945
Aktuální Verze 0.1.9
Poslední Aktualizace 2019-06-12
Datum Vydání 2019-06-10
Hodnocení 4.27/5 Celkem 11 Hodnocení
Vývojář neal
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/neal1991/export-to-markdown
URL Stránky Nápovědy https://github.com/neal1991/export-to-markdown/issues
Podporované Jazyky 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"
}