Markdown Reader JP
Markdownファイルの整形
What is Markdown Reader JP?
Markdown Reader JP is a Chrome extension developed by ms.usya.morita, and its main feature is "Markdownファイルの整形".
Extension Screenshots
Download Markdown Reader JP Extension CRX File
Download Markdown Reader JP 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
特徴 ・Markdownファイルを表示します。 ・拡張子はmdまたはtextに対応しています。 ・横幅を広げると目次を表示します。 ・目次は印刷されません。 動作確認Version ・Google Chrome : 98.0.4758.82
Extension Basic Information
Name | Markdown Reader JP |
ID | gpcelhmchbpnhphmhhgiilmmpjffikhj |
Official URL | https://chromewebstore.google.com/detail/markdown-reader-jp/gpcelhmchbpnhphmhhgiilmmpjffikhj |
Description | Markdownファイルの整形 |
File Size | 48.41 KB |
Installation Count | 12 |
Current Version | 1.9 |
Last Updated | 2022-03-05 |
Publish Date | 2018-05-08 |
Developer | ms.usya.morita |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Markdown Reader JP", "description": "Markdown\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5f62", "version": "1.9", "content_scripts": [ { "css": [ "css\/reset.min.css", "css\/github-markdown.css", "css\/markdown-reader-jp.css" ], "js": [ "js\/jquery.min.js", "js\/marked.js", "js\/markdown-reader-jp.js" ], "matches": [ "*:\/\/*\/*.md*", "*:\/\/*\/*.text*", "file:\/\/*\/*.md*", "file:\/\/*\/*.text*" ], "run_at": "document_end" } ], "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" } } |