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" ] } ] } |