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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |