Google Inbox Dark Skin

Darkens the Google Inbox page to an easy on the eyes skin.

Google Inbox Dark Skinとは何ですか?

Google Inbox Dark Skinはyasser.ebrahimによって開発されたChromeの拡張機能で、その主な機能は「Darkens the Google Inbox page to an easy on the eyes skin.」です。

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

screenshot

Google Inbox Dark Skin拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy.

v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received.

v0.3: All emails are now in dark theme too, more style fixes.                    

拡張機能の基本情報

名前 Google Inbox Dark Skin Google Inbox Dark Skin
ID ihjnomkmbhokbglmhifpfpbomhbcoajl
公式URL https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl
説明 Darkens the Google Inbox page to an easy on the eyes skin.
ファイルサイズ 126 KB
インストール数 228
現在のバージョン 0.3
最終更新日 2016-11-28
公開日 2016-11-28
評価 2.26/5 合計 34 レビュー
開発者 yasser.ebrahim
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "include_globs": [
                "*"
            ],
            "js": [
                "dark_inbox.js"
            ],
            "matches": [
                "http:\/\/inbox.google.com\/u\/*",
                "https:\/\/inbox.google.com\/u\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Darkens the Google Inbox page to an easy on the eyes skin.",
    "manifest_version": 2,
    "name": "Google Inbox Dark Skin",
    "short_name": "Dark Inbox",
    "version": "0.3"
}