Battery Status Icon
Shows the battery status of the current device.
Battery Status Iconとは何ですか?
Battery Status Iconはgalah92によって開発されたChromeの拡張機能で、その主な機能は「Shows the battery status of the current device.」です。
Battery Status Icon拡張機能のCRXファイルをダウンロード
Battery Status Icon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display the battery status of the current device in the toolbar.
The best solution if you want to work in full-screen mode. 拡張機能の基本情報
| 名前 | |
| ID | jcnnkfkniafjkanfjcoijpkmaeadcjpo |
| 公式URL | https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo |
| 説明 | Shows the battery status of the current device. |
| ファイルサイズ | 4.2 KB |
| インストール数 | 211 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-04-13 |
| 公開日 | 2016-04-13 |
| 評価 | 4.25/5 合計 12 レビュー |
| 開発者 | galah92 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Battery Status Icon",
"description": "Shows the battery status of the current device.",
"version": "1.0",
"author": "gala92",
"browser_action": {
"default_title": "Loading..."
},
"background": {
"scripts": [
"background.js"
],
"presistent": false
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"storage"
]
} | |