Markdown File Reader
Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
Markdown File Readerとは何ですか?
Markdown File Readerはleewind19841209によって開発されたChromeの拡張機能で、その主な機能は「Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.」です。
拡張機能のスクリーンショット
Markdown File Reader拡張機能のCRXファイルをダウンロード
Markdown File Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get source code at https://github.com/leewind/leewind-markdown-md
Features:
+ Transfer markdown file to html file in Chrome
+ Select different code themes
+ Auto detect the makrdown files and transfer files 拡張機能の基本情報
| 名前 | |
| ID | afcmlpnpmdljjlcpmlcnlokilglejfga |
| 公式URL | https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga |
| 説明 | Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html. |
| ファイルサイズ | 62.25 KB |
| インストール数 | 714 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2013-12-27 |
| 公開日 | 2013-12-27 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | leewind19841209 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Markdown File Reader",
"description": "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.",
"version": "0.2",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"optional_permissions": [
"file:\/\/\/*\/*"
],
"background": {
"persistent": false,
"scripts": [
"common\/base.js",
"background.js"
]
},
"icons": {
"16": "icon\/markdown_16x16.png",
"48": "icon\/markdown_48x48.png",
"128": "icon\/markdown_128x128.png"
},
"browser_action": {
"default_title": "Markdown File Reader",
"default_icon": "icon\/markdown_128x128.png",
"default_popup": "pop.html"
},
"manifest_version": 2,
"offline_enabled": true
} | |