Export to Markdown

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

Was ist Export to Markdown?

Export to Markdown ist eine Chrome-Erweiterung, die von neal entwickelt wurde, und ihr Hauptmerkmal ist "This is utilized to export the story in Medium to a markdown format file.".

Erweiterungsscreenshots

screenshot

Export to Markdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie Export to Markdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Export to Markdown Export to Markdown
ID dodkihcbgpjblncjahodbnlgkkflliim
Offizielle URL https://chromewebstore.google.com/detail/export-to-markdown/dodkihcbgpjblncjahodbnlgkkflliim
Beschreibung This is utilized to export the story in Medium to a markdown format file.
Dateigröße 20.4 KB
Installationsanzahl 1,945
Aktuelle Version 0.1.9
Letztes Update 2019-06-12
Veröffentlichungsdatum 2019-06-10
Bewertung 4.27/5 Insgesamt 11 Bewertungen
Entwickler neal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/neal1991/export-to-markdown
Hilfeseite URL https://github.com/neal1991/export-to-markdown/issues
Unterstützte Sprachen 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"
}