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
官方網址 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"
}