Github Toc

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

Github Toc란 무엇입니까?

Github Toc은(는) Charlie Jade에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate TOC(Table of Content) for Github readme and Github Wiki"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Github Toc 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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