black Gmail
This extension darkens the background color of Gmail.
Vad är black Gmail?
black Gmail är en Chrome-tillägg utvecklad av kinosi, och dess huvudfunktion är "This extension darkens the background color of Gmail.".
Tilläggsskärmbilder
Ladda ner black Gmail-förlängningens CRX-fil
Ladda ner black Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | kbobhigaelikafhojcljnbbdiphibpke |
Officiell webbadress | https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke |
Beskrivning | This extension darkens the background color of Gmail. |
Filstorlek | 5.2 KB |
Antal Installationer | 32 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-06-19 |
Publiceringsdatum | 2019-06-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | kinosi |
Betalningssätt | free |
Stödda Språk | 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" } } |