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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a table of contents to repositories, gists and wikis on GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Table of Contents for GitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } ] } |