Battery Monitor
Manage the battery level of your device
Battery Monitorとは何ですか?
Battery MonitorはDaniel Zanelattoによって開発されたChromeの拡張機能で、その主な機能は「Manage the battery level of your device」です。
拡張機能のスクリーンショット
Battery Monitor拡張機能のCRXファイルをダウンロード
Battery Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | kkdiabnhbdikbmpaabginbifkmhbpbcf |
| 公式URL | https://chromewebstore.google.com/detail/battery-monitor/kkdiabnhbdikbmpaabginbifkmhbpbcf |
| 説明 | Manage the battery level of your device |
| ファイルサイズ | 6.36 KB |
| インストール数 | 1,612 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2017-01-12 |
| 公開日 | 2017-01-12 |
| 評価 | 4.36/5 合計 22 レビュー |
| 開発者 | Daniel Zanelatto |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Battery Monitor",
"version": "1.2",
"description": "Manage the battery level of your device",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "battery_full.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
}
} | |