Table of Contents for GitHub
Adds a table of contents to repositories, gists and wikis on GitHub
Wat is Table of Contents for GitHub?
Table of Contents for GitHub is een Chrome-extensie ontwikkeld door Arthur Hammer, en de belangrijkste functie is "Adds a table of contents to repositories, gists and wikis on GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie Table of Contents for GitHub
Download Table of Contents for GitHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Table of Contents for GitHub |
ID | hlkhpeomjgelmljaknhoboeohhgmmgcn |
Officiële URL | https://chromewebstore.google.com/detail/table-of-contents-for-git/hlkhpeomjgelmljaknhoboeohhgmmgcn |
Beschrijving | Adds a table of contents to repositories, gists and wikis on GitHub |
Bestandsgrootte | 11.44 KB |
Aantal Installaties | 365 |
Huidige Versie | 0.2.5 |
Laatst Bijgewerkt | 2016-09-09 |
Publicatiedatum | 2016-09-09 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Arthur Hammer |
Betalingswijze | free |
Extensiewebsite | https://github.com/arthurhammer/github-toc |
Help Pagina-URL | https://github.com/arthurhammer/github-toc/issues |
Ondersteunde Talen | 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" ] } ] } |