Wide Screen for Github

The Github pull request Diff content area is much too narrow. Utilize the full width of your screen and make your life easier.

Wide Screen for Githubคืออะไร?

Wide Screen for Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liorama และคุณลักษณะหลักของมันคือ "The Github pull request Diff content area is much too narrow. Utilize the full width of your screen and make your life easier."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wide Screen for Github

ดาวน์โหลดไฟล์ส่วนขยาย Wide Screen for Github ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        NEW:
Scrollbar for very long lines! If the screen is still not wide enough you'll have an easy way to scroll and read the wide text.
Also, fixed some cases where some elements were cut off in a few Github screens.

Description:
Do you find yourself using outdated conventions from the early 60s? Conventions which are "historically descended from punched cards" (Wikipedia) just to avoid horizontal scrolling because the Github pull request content area is just too narrow? Well we all have wide screens which can facilitate much much more than that, why use only a fraction of you potential? Utilize the full width of your screen and make your life easier.
Wide Screen is a super light weight extension using the minimum amount of code to get the task done.


A study conducted at the Wichita State University found that a CPL (Characters Per Line) limit had only small effects on readability, including factors of speed and comprehension. Also, 60% of respondents indicated a preference for either the shortest (35 CPL) or longest (95 CPL) lines used in the study. At the same time, 100% of respondents selected either one of these quantities as being the least desirable. Which means, there's too much of a disagreement for this to be a convention. (Information also from Wikipedia...which, btw, doesn't set a CPL).


Read more about this stubborn convention's origin:
http://goo.gl/MLUUZq


This extension is new and we are fixing  issues all the time, Let us now of any bugs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wide Screen for Github Wide Screen for Github
ID dklbdjipeecklaaamainhaefmepkbpjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wide-screen-for-github/dklbdjipeecklaaamainhaefmepkbpjf
คำอธิบาย The Github pull request Diff content area is much too narrow. Utilize the full width of your screen and make your life easier.
ขนาดไฟล์ 13.65 KB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2015-03-02
วันที่เผยแพร่ 2015-03-02
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Liorama
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wide Screen for Github",
    "version": "0.0.6",
    "manifest_version": 2,
    "short_name": "Maximize the width of your screen",
    "description": "The Github pull request Diff content area is much too narrow. Utilize the full width of your screen and make your life easier.",
    "homepage_url": "http:\/\/google.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "css": [
                "bin\/css\/inject.css"
            ]
        }
    ]
}