Github Toc

Generate TOC(Table of Content) for Github readme and Github Wiki

ما هو Github Toc؟

Github Toc هو إضافة Chrome تم تطويرها بواسطة Charlie Jade، والميزة الرئيسية لها هي "Generate TOC(Table of Content) for Github readme and Github Wiki".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Github Toc

قم بتنزيل ملفات الامتداد Github Toc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Allows to show you a "table of content" generated by Github project README or WIKI. Source Code - https://github.com/summerblue/github-toc                    

معلومات أساسية عن التمديد

الاسم Github Toc Github Toc
ID nalkpgbfaadkpckoadhlkihofnbhfhek
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-toc/nalkpgbfaadkpckoadhlkihofnbhfhek
الوصف Generate TOC(Table of Content) for Github readme and Github Wiki
حجم الملف 704 KB
عدد التثبيتات 745
النسخة الحالية 1.0
آخر تحديث 2014-10-03
تاريخ النشر 2014-10-03
تقييم 4.57/5 مجموع تقييمات 7
المطور Charlie Jade
نوع الدفع free
موقع الإضافة https://github.com/summerblue/github-toc
عنوان صفحة المساعدة https://github.com/summerblue/github-toc/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Toc",
    "version": "1.0",
    "author": "Charlie Jade  (http:\/\/summerblue.me)",
    "description": "Generate TOC(Table of Content) for Github readme and Github Wiki",
    "icons": {
        "16": "img\/github-toc-16.png",
        "48": "img\/github-toc-48.png",
        "128": "img\/github-toc-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/jquery-2.1.1.min.js",
                "scripts\/toc.min.js",
                "scripts\/github-toc.js"
            ],
            "css": [
                "css\/github-toc.css"
            ]
        }
    ]
}