Full Width Github

Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.

ما هو Full Width Github؟

Full Width Github هو إضافة Chrome تم تطويرها بواسطة Jared Tong، والميزة الرئيسية لها هي "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.".

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

screenshot

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

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

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

                        Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.                    

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

الاسم Full Width Github Full Width Github
ID fpmeepocimocneobfkndponblfpecdkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj
الوصف Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
حجم الملف 316 KB
عدد التثبيتات 23
النسخة الحالية 0.0.1
آخر تحديث 2017-03-04
تاريخ النشر 2017-03-04
تقييم 5.00/5 مجموع تقييمات 2
المطور Jared Tong
نوع الدفع free
عنوان صفحة المساعدة https://github.com/tongrhj/full_width_github/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Width Github",
    "version": "0.0.1",
    "description": "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.",
    "browser_action": {
        "default_icon": "github48.png",
        "default_title": "Wider Github"
    },
    "icons": {
        "16": "github16.png",
        "48": "github48.png",
        "128": "github128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/*.github.com\/*"
            ]
        }
    ]
}