Markdown to Plain

Convert markdown to plain text.

Wat is Markdown to Plain?

Markdown to Plain is een Chrome-extensie ontwikkeld door mtgto, en de belangrijkste functie is "Convert markdown to plain text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Markdown to Plain

Download Markdown to Plain-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Convert markdown to plain text.

■Features
- Click the icon of this extension and open the editor to convert.

■OSS
This extension is OSS. See https://github.com/mtgto/markdown-to-plain .                    

Basisinformatie over de Extensie

Naam Markdown to Plain Markdown to Plain
ID kcfemfieficedfhplhkmlpeddpkgiaok
Officiële URL https://chromewebstore.google.com/detail/markdown-to-plain/kcfemfieficedfhplhkmlpeddpkgiaok
Beschrijving Convert markdown to plain text.
Bestandsgrootte 110 KB
Aantal Installaties 67
Huidige Versie 1.1.0
Laatst Bijgewerkt 2020-07-19
Publicatiedatum 2019-07-15
Ontwikkelaar mtgto
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mtgto/markdown-to-plain
Help Pagina-URL https://github.com/mtgto/markdown-to-plain
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.1.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "author": "mtgto",
    "homepage_url": "https:\/\/github.com\/mtgto\/markdown-to-plain",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_popup": "popup.html"
    }
}