Battery Info
Check easily your laptop battery status
Battery Infoとは何ですか?
Battery Infoはhttps://www.radibit.comによって開発されたChromeの拡張機能で、その主な機能は「Check easily your laptop battery status」です。
拡張機能のスクリーンショット
Battery Info拡張機能のCRXファイルをダウンロード
Battery Info拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check easily your laptop battery status. The extension is using the Battery Status API. Features: * Shows current battery charge level as a badge on the icon (updates on every two minutes) * Provides information about the remaining time / time until full charge (on icon click) * Indicates with an icon whether or not the laptop is connected to a power adapter Enjoy!
拡張機能の基本情報
名前 | Battery Info |
ID | jchnojkeefjdioodimacimfiefjdbpag |
公式URL | https://chromewebstore.google.com/detail/battery-info/jchnojkeefjdioodimacimfiefjdbpag |
説明 | Check easily your laptop battery status |
ファイルサイズ | 16.85 KB |
インストール数 | 4,790 |
現在のバージョン | 1.0 |
最終更新日 | 2017-07-06 |
公開日 | 2017-07-05 |
評価 | 4.29/5 合計 31 レビュー |
開発者 | https://www.radibit.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Battery Info", "version": "1.0", "description": "Check easily your laptop battery status", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/eventPage.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-not-charging.png" }, "permissions": [ "alarms" ] } |