Battery Monitor

Manage the battery level of your device

What is Battery Monitor?

Battery Monitor is a Chrome extension developed by Daniel Zanelatto, and its main feature is "Manage the battery level of your device".

Extension Screenshots

screenshot
screenshot

Download Battery Monitor Extension CRX File

Download Battery Monitor 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

                                            

Extension Basic Information

Name Battery Monitor Battery Monitor
ID kkdiabnhbdikbmpaabginbifkmhbpbcf
Official URL https://chromewebstore.google.com/detail/battery-monitor/kkdiabnhbdikbmpaabginbifkmhbpbcf
Description Manage the battery level of your device
File Size 6.36 KB
Installation Count 1,612
Current Version 1.2
Last Updated 2017-01-12
Publish Date 2017-01-12
Rating 4.36/5 Total 22 Ratings
Developer Daniel Zanelatto
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Battery Monitor",
    "version": "1.2",
    "description": "Manage the battery level of your device",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "battery_full.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}