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!                     擴展基本資訊
| 名稱 |   |  
| ID | jchnojkeefjdioodimacimfiefjdbpag | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    ]
}  |  |