Octoutiful

Make Github Beautiful

Octoutifulとは何ですか?

OctoutifulはAdamによって開発されたChromeの拡張機能で、その主な機能は「Make Github Beautiful」です。

拡張機能のスクリーンショット

screenshot

Octoutiful拡張機能のCRXファイルをダウンロード

Octoutiful拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Make github beautiful
https://github.com/HParker/octoutiful                    

拡張機能の基本情報

名前 Octoutiful Octoutiful
ID kpbpdkdggjicdjfngdefpahhnfffodbb
公式URL https://chromewebstore.google.com/detail/octoutiful/kpbpdkdggjicdjfngdefpahhnfffodbb
説明 Make Github Beautiful
ファイルサイズ 339 KB
インストール数 16
現在のバージョン ONEderful
最終更新日 2017-03-02
公開日 2017-03-01
評価 5.00/5 合計 3 レビュー
開発者 Adam
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Octoutiful",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [],
            "css": [
                "content.css"
            ]
        }
    ],
    "description": "Make Github Beautiful",
    "author": "HParker",
    "short_name": "Octoutiful",
    "version_name": "ONEderful"
}