Make GitHub Pages Full Width

Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.

ما هو Make GitHub Pages Full Width؟

Make GitHub Pages Full Width هو إضافة Chrome تم تطويرها بواسطة https://www.danskingdom.com، والميزة الرئيسية لها هي "Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.".

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

screenshot

تحميل ملف CRX للإضافة Make GitHub Pages Full Width

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

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

                        Makes the GitHub Pull Request, Commit, and Blob pages span the full width of your browser, rather than maxing out at the default ~900 pixels. This makes viewing code on GitHub much easier, as most developers have widescreen monitors. If the page fails to expand, simply refresh the page.                    

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

الاسم Make GitHub Pages Full Width Make GitHub Pages Full Width
ID dfpgjcidmobcpaoolhgchdcmdgenbaoa
عنوان URL الرسمي https://chromewebstore.google.com/detail/make-github-pages-full-wi/dfpgjcidmobcpaoolhgchdcmdgenbaoa
الوصف Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.
حجم الملف 5.43 KB
عدد التثبيتات 123
النسخة الحالية 1.0
آخر تحديث 2014-05-27
تاريخ النشر 2014-05-27
تقييم 2.75/5 مجموع تقييمات 4
المطور https://www.danskingdom.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make GitHub Pages Full Width",
    "description": "Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/pull\/*\/files*",
                "https:\/\/github.com\/*\/commit\/*",
                "https:\/\/github.com\/*\/blob\/*"
            ],
            "js": [
                "MakeGitHubPullRequestCommitAndBlobPagesFullWidth.user.js"
            ]
        }
    ]
}