Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Cos'è Google Inbox Dark Skin?
Google Inbox Dark Skin è un'estensione di Chrome sviluppata da yasser.ebrahim, e la sua funzione principale è "Darkens the Google Inbox page to an easy on the eyes skin.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Inbox Dark Skin
Scarica i file di estensione Google Inbox Dark Skin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
URL Ufficiale | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Descrizione | Darkens the Google Inbox page to an easy on the eyes skin. |
Dimensione del File | 126 KB |
Conteggio Installazioni | 228 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2016-11-28 |
Data di Pubblicazione | 2016-11-28 |
Valutazione | 2.26/5 Totale 34 Valutazioni |
Sviluppatore | yasser.ebrahim |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |