Markdown to Plain
Convert markdown to plain text.
什么是Markdown to Plain?
Markdown to Plain是由mtgto开发的Chrome扩展程序,该扩展的主要功能是“Convert markdown to plain text.”。
扩展截图
下载Markdown to Plain扩展crx文件
下载Markdown to Plain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 .
扩展基本信息
名称 | Markdown to Plain |
ID | kcfemfieficedfhplhkmlpeddpkgiaok |
官方URL | https://chromewebstore.google.com/detail/markdown-to-plain/kcfemfieficedfhplhkmlpeddpkgiaok |
简介 | Convert markdown to plain text. |
文件大小 | 110 KB |
安装次数 | 67 |
当前版本 | 1.1.0 |
更新时间 | 2020-07-19 |
上架时间 | 2019-07-15 |
开发者 | mtgto |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mtgto/markdown-to-plain |
帮助页面URL | https://github.com/mtgto/markdown-to-plain |
支持的语言 | 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" } } |