doctor

live-render docco documentation

doctorคืออะไร?

doctor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย its.joe.sullivan และคุณลักษณะหลักของมันคือ "live-render docco documentation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย doctor

ดาวน์โหลดไฟล์ส่วนขยาย doctor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Generate docco documentation, including syntax highlighting, for any javascript or coffeescript file  you come across.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ doctor doctor
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"
            ]
        }
    ]
}