Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Co je Google Inbox Dark Skin?
Google Inbox Dark Skin je rozšíření Chrome vyvinuté yasser.ebrahim, a jeho hlavní funkcí je „Darkens the Google Inbox page to an easy on the eyes skin.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Inbox Dark Skin
Stáhněte si soubory rozšíření Google Inbox Dark Skin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
Oficiální URL | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Popis | Darkens the Google Inbox page to an easy on the eyes skin. |
Velikost souboru | 126 KB |
Počet instalací | 228 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2016-11-28 |
Datum Vydání | 2016-11-28 |
Hodnocení | 2.26/5 Celkem 34 Hodnocení |
Vývojář | yasser.ebrahim |
Typ Platby | free |
Podporované Jazyky | 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" } |