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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}