Power Saver
Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.
Power Saverとは何ですか?
Power Saverはgigapotentialによって開発されたChromeの拡張機能で、その主な機能は「Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.」です。
拡張機能のスクリーンショット
Power Saver拡張機能のCRXファイルをダウンロード
Power Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Power Saver |
ID | jnbbpclapocmlmdeokcblbdgnhejjiel |
公式URL | https://chromewebstore.google.com/detail/power-saver/jnbbpclapocmlmdeokcblbdgnhejjiel |
説明 | Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended. |
ファイルサイズ | 16.54 KB |
インストール数 | 812 |
現在のバージョン | 1.0 |
最終更新日 | 2016-06-21 |
公開日 | 2016-06-21 |
評価 | 1.56/5 合計 9 レビュー |
開発者 | gigapotential |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/64bit/power-saver |
対応言語 | 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" ] } |