Markdown to Plain

Convert markdown to plain text.

Qu'est-ce que Markdown to Plain ?

Markdown to Plain est une extension Chrome développée par mtgto, et sa fonction principale est "Convert markdown to plain text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Markdown to Plain

Téléchargez les fichiers d'extension Markdown to Plain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 .                    

Informations de Base sur l'Extension

Nom Markdown to Plain Markdown to Plain
ID kcfemfieficedfhplhkmlpeddpkgiaok
URL Officiel https://chromewebstore.google.com/detail/markdown-to-plain/kcfemfieficedfhplhkmlpeddpkgiaok
Description Convert markdown to plain text.
Taille du Fichier 110 KB
Nombre d'Installations 67
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-07-19
Date de Publication 2019-07-15
Développeur mtgto
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mtgto/markdown-to-plain
URL de la Page d'Aide https://github.com/mtgto/markdown-to-plain
Langues Prises en Charge 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"
    }
}