Markdown Editor
A Github Flavored Markdown Editor
What is Markdown Editor?
Markdown Editor is a Chrome extension developed by chenzhiwei, and its main feature is "A Github Flavored Markdown Editor".
Extension Screenshots
Download Markdown Editor Extension CRX File
Download Markdown Editor 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
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
Extension Basic Information
Name | Markdown Editor |
ID | ekdcaddpmiodcipjfmffhhefijpdckaf |
Official URL | https://chromewebstore.google.com/detail/markdown-editor/ekdcaddpmiodcipjfmffhhefijpdckaf |
Description | A Github Flavored Markdown Editor |
File Size | 5.1 MB |
Installation Count | 7,040 |
Current Version | 0.4.4 |
Last Updated | 2022-02-16 |
Publish Date | 2016-03-31 |
Rating | 4.18/5 Total 28 Ratings |
Developer | chenzhiwei |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/chenzhiwei/chrome-markdown-editor |
Help Page URL | https://github.com/chenzhiwei/chrome-markdown-editor |
Supported Languages | 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" ] } |