Table of Contents for GitHub

Adds a table of contents to repositories, gists and wikis on GitHub

Table of Contents for GitHubคืออะไร?

Table of Contents for GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arthur Hammer และคุณลักษณะหลักของมันคือ "Adds a table of contents to repositories, gists and wikis on GitHub"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Table of Contents for GitHub

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

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

                        No more scrolling around readmes and wikis looking for specific information. Find what you are looking for, quickly.

Works almost anywhere, not just readmes.

- Repos, gists, and wikis
- Any GitHub markup
- Edit and create files and wiki pages right on GitHub
- Simple and unobtrusive

--

Also available for Firefox and Safari. 

For more info and source code: https://github.com/arthurhammer/github-toc                    

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

ชื่อ Table of Contents for GitHub Table of Contents for GitHub
ID hlkhpeomjgelmljaknhoboeohhgmmgcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/table-of-contents-for-git/hlkhpeomjgelmljaknhoboeohhgmmgcn
คำอธิบาย Adds a table of contents to repositories, gists and wikis on GitHub
ขนาดไฟล์ 11.44 KB
จำนวนการติดตั้ง 365
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2016-09-09
วันที่เผยแพร่ 2016-09-09
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Arthur Hammer
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/arthurhammer/github-toc
URL หน้าช่วยเหลือ https://github.com/arthurhammer/github-toc/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Table of Contents for GitHub",
    "short_name": "GitHub ToC",
    "version": "0.2.5",
    "author": "Arthur Hammer",
    "homepage_url": "https:\/\/github.com\/arthurhammer\/github-toc",
    "description": "Adds a table of contents to repositories, gists and wikis on GitHub",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*",
                "https:\/\/gist.github.com\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "github-toc.js"
            ]
        }
    ]
}