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是由Arthur Hammer開發的Chrome擴展程式,該擴展的主要功能是“Adds a table of contents to repositories, gists and wikis on GitHub”。
擴展截圖
下載Table of Contents for GitHub擴展crx文件
下載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 |
ID | hlkhpeomjgelmljaknhoboeohhgmmgcn |
官方網址 | 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" ] } ] } |