Mrkdown.io - Markdown Editor
Convert markdown to html and preview side by side.
What is Mrkdown.io - Markdown Editor?
Mrkdown.io - Markdown Editor is a Chrome extension developed by https://mrkdown.io, and its main feature is "Convert markdown to html and preview side by side.".
Extension Screenshots
Download Mrkdown.io - Markdown Editor Extension CRX File
Download Mrkdown.io - 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
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
Extension Basic Information
Name | Mrkdown.io - Markdown Editor |
ID | jkakmifiinaphkjndehhmochiechdimo |
Official URL | https://chromewebstore.google.com/detail/mrkdownio-markdown-editor/jkakmifiinaphkjndehhmochiechdimo |
Description | Convert markdown to html and preview side by side. |
File Size | 6.85 KB |
Installation Count | 287 |
Current Version | 2.0.0 |
Last Updated | 2018-01-23 |
Publish Date | 2018-01-22 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://mrkdown.io |
[email protected] | |
Payment Type | free |
Extension Website | http://mrkdown.io |
Privacy Policy Page URL | http://box9studios.com/privacy |
Supported Languages | 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" } } |