black Gmail
This extension darkens the background color of Gmail.
Co to jest black Gmail?
black Gmail to rozszerzenie Chrome opracowane przez kinosi, a jego główną funkcją jest „This extension darkens the background color of Gmail.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia black Gmail
Pobierz pliki rozszerzeń black Gmail 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kbobhigaelikafhojcljnbbdiphibpke |
Oficjalny URL | https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke |
Opis | This extension darkens the background color of Gmail. |
Rozmiar pliku | 5.2 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-06-19 |
Data Publikacji | 2019-06-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | kinosi |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |