Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Wat is Google Inbox Dark Skin?
Google Inbox Dark Skin is een Chrome-extensie ontwikkeld door yasser.ebrahim, en de belangrijkste functie is "Darkens the Google Inbox page to an easy on the eyes skin.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Inbox Dark Skin
Download Google Inbox Dark Skin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
Officiële URL | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Beschrijving | Darkens the Google Inbox page to an easy on the eyes skin. |
Bestandsgrootte | 126 KB |
Aantal Installaties | 228 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2016-11-28 |
Publicatiedatum | 2016-11-28 |
Beoordeling | 2.26/5 Totaal 34 Beoordelingen |
Ontwikkelaar | yasser.ebrahim |
Betalingswijze | free |
Ondersteunde Talen | 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" } |