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 هو إضافة Chrome تم تطويرها بواسطة Arthur Hammer، والميزة الرئيسية لها هي "Adds a table of contents to repositories, gists and wikis on GitHub".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Table of Contents for GitHub
قم بتنزيل ملفات الامتداد Table of Contents for GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } ] } |