Battery Status Icon

Shows the battery status of the current device.

What is Battery Status Icon?

Battery Status Icon is a Chrome extension developed by galah92, and its main feature is "Shows the battery status of the current device.".

Download Battery Status Icon Extension CRX File

Download Battery Status Icon 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

                        Display the battery status of the current device in the toolbar.
The best solution if you want to work in full-screen mode.                    

Extension Basic Information

Name Battery Status Icon Battery Status Icon
ID jcnnkfkniafjkanfjcoijpkmaeadcjpo
Official URL https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo
Description Shows the battery status of the current device.
File Size 4.2 KB
Installation Count 211
Current Version 1.0
Last Updated 2016-04-13
Publish Date 2016-04-13
Rating 4.25/5 Total 12 Ratings
Developer galah92
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 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"
    ]
}