Google Inbox Dark Skin

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

Was ist Google Inbox Dark Skin?

Google Inbox Dark Skin ist eine Chrome-Erweiterung, die von yasser.ebrahim entwickelt wurde, und ihr Hauptmerkmal ist "Darkens the Google Inbox page to an easy on the eyes skin.".

Erweiterungsscreenshots

screenshot

Google Inbox Dark Skin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Inbox Dark Skin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Inbox Dark Skin Google Inbox Dark Skin
ID ihjnomkmbhokbglmhifpfpbomhbcoajl
Offizielle URL https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl
Beschreibung Darkens the Google Inbox page to an easy on the eyes skin.
Dateigröße 126 KB
Installationsanzahl 228
Aktuelle Version 0.3
Letztes Update 2016-11-28
Veröffentlichungsdatum 2016-11-28
Bewertung 2.26/5 Insgesamt 34 Bewertungen
Entwickler yasser.ebrahim
Zahlungsart free
Unterstützte Sprachen 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"
}