black Gmail
This extension darkens the background color of Gmail.
Cos'è black Gmail?
black Gmail è un'estensione di Chrome sviluppata da kinosi, e la sua funzione principale è "This extension darkens the background color of Gmail.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione black Gmail
Scarica i file di estensione black Gmail 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
On Gmail,the background color of the text remains white, even with dark themes. This extension can darken the background color and whiten the text. If you want to know more, please check screenshots.
Informazioni di Base sull'Estensione
Nome | |
ID | kbobhigaelikafhojcljnbbdiphibpke |
URL Ufficiale | https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke |
Descrizione | This extension darkens the background color of Gmail. |
Dimensione del File | 5.2 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-06-19 |
Data di Pubblicazione | 2019-06-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | kinosi |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "black Gmail", "author": "catdance124", "description": "This extension darkens the background color of Gmail.", "version": "1.0.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "icon16.png", "128": "icon128.png" } } |