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
公式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
ヘルプページの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\/*"
            ]
        }
    ]
}