Apple Green
Change all web pages background color to apple green for protecting eyes.
What is Apple Green?
Apple Green is a Chrome extension developed by yanlong, and its main feature is "Change all web pages background color to apple green for protecting eyes.".
Extension Screenshots
Download Apple Green Extension CRX File
Download Apple Green 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
This extension will change every page's background color to apple green which is a magic color for relaxing your eyes.
Extension Basic Information
Name | Apple Green |
ID | edmkmnjkagnlalaamoaoihblemaeedib |
Official URL | https://chromewebstore.google.com/detail/apple-green/edmkmnjkagnlalaamoaoihblemaeedib |
Description | Change all web pages background color to apple green for protecting eyes. |
File Size | 25.09 KB |
Installation Count | 4,156 |
Current Version | 1.2 |
Last Updated | 2013-12-27 |
Publish Date | 2013-12-27 |
Rating | 3.98/5 Total 46 Ratings |
Developer | yanlong |
Payment Type | free |
Supported Languages | 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 } |