Battery Info

Check easily your laptop battery status

What is Battery Info?

Battery Info is a Chrome extension developed by https://www.radibit.com, and its main feature is "Check easily your laptop battery status".

Extension Screenshots

screenshot

Download Battery Info Extension CRX File

Download Battery Info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Battery Info Battery Info
ID jchnojkeefjdioodimacimfiefjdbpag
Official URL https://chromewebstore.google.com/detail/battery-info/jchnojkeefjdioodimacimfiefjdbpag
Description Check easily your laptop battery status
File Size 16.85 KB
Installation Count 4,790
Current Version 1.0
Last Updated 2017-07-06
Publish Date 2017-07-05
Rating 4.29/5 Total 31 Ratings
Developer https://www.radibit.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}