Markdown Editor
A Github Flavored Markdown Editor
什么是Markdown Editor?
Markdown Editor是由chenzhiwei开发的Chrome扩展程序,该扩展的主要功能是“A Github Flavored Markdown Editor”。
扩展截图
下载Markdown Editor扩展crx文件
下载Markdown Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features
==================
* Save your data at real time
* Open local markdown file
* Save content as markdown file
* Print to pdf with Chrome native printer
* Support Github Flavored Markdown syntax
* Almost same as Github editor & preview format 扩展基本信息
| 名称 | |
| ID | ekdcaddpmiodcipjfmffhhefijpdckaf |
| 官方URL | https://chromewebstore.google.com/detail/markdown-editor/ekdcaddpmiodcipjfmffhhefijpdckaf |
| 简介 | A Github Flavored Markdown Editor |
| 文件大小 | 5.1 MB |
| 安装次数 | 7,040 |
| 当前版本 | 0.4.4 |
| 更新时间 | 2022-02-16 |
| 上架时间 | 2016-03-31 |
| 评分 | 4.18/5 共28次评分 |
| 开发者 | chenzhiwei |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/chenzhiwei/chrome-markdown-editor |
| 帮助页面URL | https://github.com/chenzhiwei/chrome-markdown-editor |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.4.4",
"name": "Markdown Editor",
"short_name": "Markdown Editor",
"description": "A Github Flavored Markdown Editor",
"offline_enabled": true,
"icons": {
"16": "icon\/markdown-editor-16.png",
"48": "icon\/markdown-editor-48.png",
"128": "icon\/markdown-editor-128.png"
},
"background": {
"service_worker": "event.js"
},
"action": {
"default_icon": {
"19": "icon\/markdown-editor-19.png",
"38": "icon\/markdown-editor-38.png"
}
},
"permissions": [
"tabs"
]
} | |