black Gmail
This extension darkens the background color of Gmail.
Hvad er black Gmail?
black Gmail er en Chrome-udvidelse udviklet af kinosi, og dens hovedfunktion er "This extension darkens the background color of Gmail.".
Udvidelsesskærmbilleder
Download black Gmail-udvidelses-CRX-fil
Download black Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kbobhigaelikafhojcljnbbdiphibpke |
Officiel URL | https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke |
Beskrivelse | This extension darkens the background color of Gmail. |
Filstørrelse | 5.2 KB |
Antal Installationer | 32 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2019-06-19 |
Udgivelsesdato | 2019-06-19 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | kinosi |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |