Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
What is Google Inbox Dark Skin?
Google Inbox Dark Skin is a Chrome extension developed by yasser.ebrahim, and its main feature is "Darkens the Google Inbox page to an easy on the eyes skin.".
Extension Screenshots
Download Google Inbox Dark Skin Extension CRX File
Download Google Inbox Dark Skin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
Official URL | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Description | Darkens the Google Inbox page to an easy on the eyes skin. |
File Size | 126 KB |
Installation Count | 228 |
Current Version | 0.3 |
Last Updated | 2016-11-28 |
Publish Date | 2016-11-28 |
Rating | 2.26/5 Total 34 Ratings |
Developer | yasser.ebrahim |
Payment Type | free |
Supported Languages | 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" } |