Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
什么是Google Inbox Dark Skin?
Google Inbox Dark Skin是由yasser.ebrahim开发的Chrome扩展程序,该扩展的主要功能是“Darkens the Google Inbox page to an easy on the eyes skin.”。
扩展截图
下载Google Inbox Dark Skin扩展crx文件
下载Google Inbox Dark Skin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
官方URL | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
简介 | Darkens the Google Inbox page to an easy on the eyes skin. |
文件大小 | 126 KB |
安装次数 | 228 |
当前版本 | 0.3 |
更新时间 | 2016-11-28 |
上架时间 | 2016-11-28 |
评分 | 2.26/5 共34次评分 |
开发者 | yasser.ebrahim |
付费类型 | free |
支持的语言 | 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" } |