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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |