Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Qu'est-ce que Google Inbox Dark Skin ?
Google Inbox Dark Skin est une extension Chrome développée par yasser.ebrahim, et sa fonction principale est "Darkens the Google Inbox page to an easy on the eyes skin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Inbox Dark Skin
Téléchargez les fichiers d'extension Google Inbox Dark Skin 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
Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy. v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received. v0.3: All emails are now in dark theme too, more style fixes.
Informations de Base sur l'Extension
Nom | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
URL Officiel | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Description | Darkens the Google Inbox page to an easy on the eyes skin. |
Taille du Fichier | 126 KB |
Nombre d'Installations | 228 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2016-11-28 |
Date de Publication | 2016-11-28 |
Évaluation | 2.26/5 Total 34 Évaluations |
Développeur | yasser.ebrahim |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "include_globs": [ "*" ], "js": [ "dark_inbox.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "description": "Darkens the Google Inbox page to an easy on the eyes skin.", "manifest_version": 2, "name": "Google Inbox Dark Skin", "short_name": "Dark Inbox", "version": "0.3" } |