doctor
live-render docco documentation
What is doctor?
doctor is a Chrome extension developed by its.joe.sullivan, and its main feature is "live-render docco documentation".
Extension Screenshots
Download doctor Extension CRX File
Download doctor 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
Generate docco documentation, including syntax highlighting, for any javascript or coffeescript file you come across.
Extension Basic Information
Name | |
ID | ilikdighfoieecgeiffoekahmpjoekii |
Official URL | https://chrome.google.com/webstore/detail/doctor/ilikdighfoieecgeiffoekahmpjoekii |
Description | live-render docco documentation |
File Size | 1.52 MB |
Installation Count | 24 |
Current Version | 1.0.0 |
Last Updated | 2013-08-25 |
Publish Date | 2013-08-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | its.joe.sullivan |
Payment Type | free |
Supported Languages | 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" ] } ] } |