Markdown to Plain
Convert markdown to plain text.
What is Markdown to Plain?
Markdown to Plain is a Chrome extension developed by mtgto, and its main feature is "Convert markdown to plain text.".
Extension Screenshots
Download Markdown to Plain Extension CRX File
Download Markdown to Plain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 .
Extension Basic Information
Name | Markdown to Plain |
ID | kcfemfieficedfhplhkmlpeddpkgiaok |
Official URL | https://chromewebstore.google.com/detail/markdown-to-plain/kcfemfieficedfhplhkmlpeddpkgiaok |
Description | Convert markdown to plain text. |
File Size | 110 KB |
Installation Count | 67 |
Current Version | 1.1.0 |
Last Updated | 2020-07-19 |
Publish Date | 2019-07-15 |
Developer | mtgto |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mtgto/markdown-to-plain |
Help Page URL | https://github.com/mtgto/markdown-to-plain |
Supported Languages | 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" } } |