Power Saver
Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.
What is Power Saver?
Power Saver is a Chrome extension developed by gigapotential, and its main feature is "Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.".
Extension Screenshots
Download Power Saver Extension CRX File
Download Power Saver 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
Most of the blogs, online articles have white background and darker text. This makes display use more energy to keep majority of pixels bright. So this extension turns the background dark and only light up the text-pixels.
Extension Basic Information
Name | Power Saver |
ID | jnbbpclapocmlmdeokcblbdgnhejjiel |
Official URL | https://chromewebstore.google.com/detail/power-saver/jnbbpclapocmlmdeokcblbdgnhejjiel |
Description | Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended. |
File Size | 16.54 KB |
Installation Count | 812 |
Current Version | 1.0 |
Last Updated | 2016-06-21 |
Publish Date | 2016-06-21 |
Rating | 1.56/5 Total 9 Ratings |
Developer | gigapotential |
Payment Type | free |
Extension Website | https://github.com/64bit/power-saver |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Power Saver", "description": "Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.", "version": "1.0", "browser_action": { "default_title": "Power Saver", "default_icon": "icon.png" }, "background": { "scripts": [ "change_background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |