Table of Contents for GitHub
Adds a table of contents to repositories, gists and wikis on GitHub
Qu'est-ce que Table of Contents for GitHub ?
Table of Contents for GitHub est une extension Chrome développée par Arthur Hammer, et sa fonction principale est "Adds a table of contents to repositories, gists and wikis on GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Table of Contents for GitHub
Téléchargez les fichiers d'extension Table of Contents for GitHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Table of Contents for GitHub |
ID | hlkhpeomjgelmljaknhoboeohhgmmgcn |
URL Officiel | https://chromewebstore.google.com/detail/table-of-contents-for-git/hlkhpeomjgelmljaknhoboeohhgmmgcn |
Description | Adds a table of contents to repositories, gists and wikis on GitHub |
Taille du Fichier | 11.44 KB |
Nombre d'Installations | 365 |
Version Actuelle | 0.2.5 |
Dernière Mise à Jour | 2016-09-09 |
Date de Publication | 2016-09-09 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Arthur Hammer |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/arthurhammer/github-toc |
URL de la Page d'Aide | https://github.com/arthurhammer/github-toc/issues |
Langues Prises en Charge | 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" ] } ] } |