black Gmail
This extension darkens the background color of Gmail.
Qu'est-ce que black Gmail ?
black Gmail est une extension Chrome développée par kinosi, et sa fonction principale est "This extension darkens the background color of Gmail.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension black Gmail
Téléchargez les fichiers d'extension black Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kbobhigaelikafhojcljnbbdiphibpke |
URL Officiel | https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke |
Description | This extension darkens the background color of Gmail. |
Taille du Fichier | 5.2 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-06-19 |
Date de Publication | 2019-06-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | kinosi |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |