Github Toc

Generate TOC(Table of Content) for Github readme and Github Wiki

Github Tocคืออะไร?

Github Toc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Charlie Jade และคุณลักษณะหลักของมันคือ "Generate TOC(Table of Content) for Github readme and Github Wiki"

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

screenshot
screenshot

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

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

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

                        Allows to show you a "table of content" generated by Github project README or WIKI. Source Code - https://github.com/summerblue/github-toc                    

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

ชื่อ Github Toc Github Toc
ID nalkpgbfaadkpckoadhlkihofnbhfhek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-toc/nalkpgbfaadkpckoadhlkihofnbhfhek
คำอธิบาย Generate TOC(Table of Content) for Github readme and Github Wiki
ขนาดไฟล์ 704 KB
จำนวนการติดตั้ง 745
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-10-03
วันที่เผยแพร่ 2014-10-03
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Charlie Jade
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/summerblue/github-toc
URL หน้าช่วยเหลือ https://github.com/summerblue/github-toc/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Toc",
    "version": "1.0",
    "author": "Charlie Jade  (http:\/\/summerblue.me)",
    "description": "Generate TOC(Table of Content) for Github readme and Github Wiki",
    "icons": {
        "16": "img\/github-toc-16.png",
        "48": "img\/github-toc-48.png",
        "128": "img\/github-toc-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/jquery-2.1.1.min.js",
                "scripts\/toc.min.js",
                "scripts\/github-toc.js"
            ],
            "css": [
                "css\/github-toc.css"
            ]
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง