Battery Notifier

A small, configurable low battery notifier for Chrome devices

What is Battery Notifier?

Battery Notifier is a Chrome extension developed by bernhard.todd, and its main feature is "A small, configurable low battery notifier for Chrome devices".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Battery Notifier Extension CRX File

Download Battery Notifier 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 Notifier Battery Notifier
ID naeehnbamndblediboamhigjpegencee
Official URL https://chrome.google.com/webstore/detail/battery-notifier/naeehnbamndblediboamhigjpegencee
Description A small, configurable low battery notifier for Chrome devices
File Size 41.26 KB
Installation Count 659
Current Version 0.1.1
Last Updated 2015-04-26
Publish Date 2015-04-26
Rating 1.46/5 Total 26 Ratings
Developer bernhard.todd
Payment Type free
Extension Website https://github.com/toddbernhard/chrome-battery-notifier
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Battery Notifier",
    "short_name": "Battery Notifier",
    "description": "A small, configurable low battery notifier for Chrome devices",
    "version": "0.1.1",
    "minimum_chrome_version": "38",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-2.1.3.min.js",
            "monitor.js"
        ]
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}