Github code folding

Add code folding functionality on github for code indented using 2 spaces

ما هو Github code folding؟

Github code folding هو إضافة Chrome تم تطويرها بواسطة Ryan Harkins، والميزة الرئيسية لها هي "Add code folding functionality on github for code indented using 2 spaces".

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

screenshot

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

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

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

                                            

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

الاسم Github code folding Github code folding
ID iokmjnihlfnchffcmjihafillepmhogk
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-code-folding/iokmjnihlfnchffcmjihafillepmhogk
الوصف Add code folding functionality on github for code indented using 2 spaces
حجم الملف 14.7 KB
عدد التثبيتات 41
النسخة الحالية 0.0.1
آخر تحديث 2015-05-23
تاريخ النشر 2015-05-23
تقييم 3.00/5 مجموع تقييمات 2
المطور Ryan Harkins
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github code folding",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Add code folding functionality on github for code indented using 2 spaces",
    "homepage_url": "http:\/\/github.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}