GitHub markdown ToC
Generate toc of github markdown automatically.
GitHub markdown ToCとは何ですか?
GitHub markdown ToCはmtgtoによって開発されたChromeの拡張機能で、その主な機能は「Generate toc of github markdown automatically.」です。
拡張機能のスクリーンショット
GitHub markdown ToC拡張機能のCRXファイルをダウンロード
GitHub markdown ToC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate toc of github markdown automatically.
拡張機能の基本情報
名前 | GitHub markdown ToC |
ID | cfpkfjibjpmhgbkoihopadfkdelkjglh |
公式URL | https://chromewebstore.google.com/detail/github-markdown-toc/cfpkfjibjpmhgbkoihopadfkdelkjglh |
説明 | Generate toc of github markdown automatically. |
ファイルサイズ | 45.48 KB |
インストール数 | 158 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-03-31 |
公開日 | 2015-03-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | mtgto |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub markdown ToC", "description": "Generate toc of github markdown automatically.", "version": "1.0.1", "author": "mtgto", "homepage_url": "https:\/\/github.com\/mtgto\/github-markdown-toc-chrome-extension", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "js\/jquery.min.js", "js\/main.js" ] } ], "options_page": "html\/options.html", "permissions": [ "storage" ] } |