Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Vad är Google Inbox Dark Skin?
Google Inbox Dark Skin är en Chrome-tillägg utvecklad av yasser.ebrahim, och dess huvudfunktion är "Darkens the Google Inbox page to an easy on the eyes skin.".
Tilläggsskärmbilder
Ladda ner Google Inbox Dark Skin-förlängningens CRX-fil
Ladda ner Google Inbox Dark Skin-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
Officiell webbadress | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Beskrivning | Darkens the Google Inbox page to an easy on the eyes skin. |
Filstorlek | 126 KB |
Antal Installationer | 228 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2016-11-28 |
Publiceringsdatum | 2016-11-28 |
Betyg | 2.26/5 Totalt 34 Betyg |
Utvecklare | yasser.ebrahim |
Betalningssätt | free |
Stödda Språk | 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" } |