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是由Jared Tong開發的Chrome擴展程式,該擴展的主要功能是“Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.”。

擴展截圖

screenshot

下載Full Width Github擴展crx文件

下載Full Width Github擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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\/*"
            ]
        }
    ]
}