Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Co to jest Google Inbox Dark Skin?
Google Inbox Dark Skin to rozszerzenie Chrome opracowane przez yasser.ebrahim, a jego główną funkcją jest „Darkens the Google Inbox page to an easy on the eyes skin.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Inbox Dark Skin
Pobierz pliki rozszerzeń Google Inbox Dark Skin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
Oficjalny URL | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Opis | Darkens the Google Inbox page to an easy on the eyes skin. |
Rozmiar pliku | 126 KB |
Liczba instalacji | 228 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2016-11-28 |
Data Publikacji | 2016-11-28 |
Ocena | 2.26/5 Łącznie 34 Oceny |
Deweloper | yasser.ebrahim |
Typ Płatności | free |
Obsługiwane Języki | 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" } |