doctor
live-render docco documentation
doctorとは何ですか?
doctorはits.joe.sullivanによって開発されたChromeの拡張機能で、その主な機能は「live-render docco documentation」です。
拡張機能のスクリーンショット
doctor拡張機能のCRXファイルをダウンロード
doctor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate docco documentation, including syntax highlighting, for any javascript or coffeescript file you come across.
拡張機能の基本情報
名前 | |
ID | ilikdighfoieecgeiffoekahmpjoekii |
公式URL | https://chrome.google.com/webstore/detail/doctor/ilikdighfoieecgeiffoekahmpjoekii |
説明 | live-render docco documentation |
ファイルサイズ | 1.52 MB |
インストール数 | 24 |
現在のバージョン | 1.0.0 |
最終更新日 | 2013-08-25 |
公開日 | 2013-08-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | its.joe.sullivan |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "doctor", "description": "live-render docco documentation", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*.js", "*:\/\/*\/*.js?*", "*:\/\/*\/*.coffee", "*:\/\/*\/*.coffee?*", "*:\/\/*\/*.litcoffee", "*:\/\/*\/*.litcoffee?*" ], "js": [ "lib\/jquery.js", "lib\/underscore.js", "lib\/showdown.js", "bundle.js" ], "css": [ "lib\/docco.css", "lib\/syntax.css" ] } ] } |