Mrkdown.io - Markdown Editor
Convert markdown to html and preview side by side.
什么是Mrkdown.io - Markdown Editor?
Mrkdown.io - Markdown Editor是由https://mrkdown.io开发的Chrome扩展程序,该扩展的主要功能是“Convert markdown to html and preview side by side.”。
扩展截图
下载Mrkdown.io - Markdown Editor扩展crx文件
下载Mrkdown.io - Markdown Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This fast and friendly markdown editor lets you quickly convert your markdown text to HTML. See an instant conversion of your text to HTML with side-by-side preview. Copy, download, or publish your HTML and share it with friends. Try it and then leave a review to help us grow! Let us know if we can make this program better. View the full application at http://mrkdown.io
扩展基本信息
名称 | Mrkdown.io - Markdown Editor |
ID | jkakmifiinaphkjndehhmochiechdimo |
官方URL | https://chromewebstore.google.com/detail/mrkdownio-markdown-editor/jkakmifiinaphkjndehhmochiechdimo |
简介 | Convert markdown to html and preview side by side. |
文件大小 | 6.85 KB |
安装次数 | 287 |
当前版本 | 2.0.0 |
更新时间 | 2018-01-23 |
上架时间 | 2018-01-22 |
评分 | 3.00/5 共2次评分 |
开发者 | https://mrkdown.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://mrkdown.io |
隐私政策页面URL | http://box9studios.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "name": "Mrkdown.io - Markdown Editor", "short_name": "Mrkdown.io", "description": "Convert markdown to html and preview side by side.", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": [], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" } } |