Table of Contents for GitHub
Adds a table of contents to repositories, gists and wikis on GitHub
Hvad er Table of Contents for GitHub?
Table of Contents for GitHub er en Chrome-udvidelse udviklet af Arthur Hammer, og dens hovedfunktion er "Adds a table of contents to repositories, gists and wikis on GitHub".
Udvidelsesskærmbilleder
Download Table of Contents for GitHub-udvidelses-CRX-fil
Download Table of Contents for GitHub-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Table of Contents for GitHub |
ID | hlkhpeomjgelmljaknhoboeohhgmmgcn |
Officiel URL | https://chromewebstore.google.com/detail/table-of-contents-for-git/hlkhpeomjgelmljaknhoboeohhgmmgcn |
Beskrivelse | Adds a table of contents to repositories, gists and wikis on GitHub |
Filstørrelse | 11.44 KB |
Antal Installationer | 365 |
Nuværende Version | 0.2.5 |
Senest Opdateret | 2016-09-09 |
Udgivelsesdato | 2016-09-09 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | Arthur Hammer |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/arthurhammer/github-toc |
Hjælpeside-URL | https://github.com/arthurhammer/github-toc/issues |
Understøttede Sprog | 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" ] } ] } |