Apple Green
Change all web pages background color to apple green for protecting eyes.
什么是Apple Green?
Apple Green是由yanlong开发的Chrome扩展程序,该扩展的主要功能是“Change all web pages background color to apple green for protecting eyes.”。
扩展截图
下载Apple Green扩展crx文件
下载Apple Green扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will change every page's background color to apple green which is a magic color for relaxing your eyes.
扩展基本信息
名称 | Apple Green |
ID | edmkmnjkagnlalaamoaoihblemaeedib |
官方URL | https://chromewebstore.google.com/detail/apple-green/edmkmnjkagnlalaamoaoihblemaeedib |
简介 | Change all web pages background color to apple green for protecting eyes. |
文件大小 | 25.09 KB |
安装次数 | 4,156 |
当前版本 | 1.2 |
更新时间 | 2013-12-27 |
上架时间 | 2013-12-27 |
评分 | 3.98/5 共46次评分 |
开发者 | yanlong |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "context.js" ], "matches": [ "http:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Change all web pages background color to apple green for protecting eyes.", "icons": { "128": "apple128.png", "16": "apple16.png", "48": "apple48.png" }, "name": "Apple Green", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2 } |