Markdown Preview
Preview markdown text.
Markdown Previewとは何ですか?
Markdown PreviewはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Preview markdown text.」です。
拡張機能のスクリーンショット
Markdown Preview拡張機能のCRXファイルをダウンロード
Markdown Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Several websites now allow you to enter text that support markdown (e.g. StackOverflow, GitHub), but not all sites will let you preview what the output will look like before posting. This extension will give you the ability to preview before posting markdown text. Github also supports markdown README files in your repositories, which makes reading README files easier. If you write your README files in a text editor (e.g. Vim, Notepad++, etc) there is no preview, thus the reason for this extension.
拡張機能の基本情報
名前 | Markdown Preview |
ID | hpdcheheebhjfkbdbialimlbhoopehil |
公式URL | https://chromewebstore.google.com/detail/markdown-preview/hpdcheheebhjfkbdbialimlbhoopehil |
説明 | Preview markdown text. |
ファイルサイズ | 31.09 KB |
インストール数 | 1,678 |
現在のバージョン | 1.2 |
最終更新日 | 2013-08-24 |
公開日 | 2013-08-24 |
評価 | 3.85/5 合計 13 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/erichschroeter/markdown-chrome-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Markdown Preview", "version": "1.2", "description": "Preview markdown text.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "Open Markdown Preview Tab" } } |