Battery Notifier

A small, configurable low battery notifier for Chrome devices

什么是Battery Notifier?

Battery Notifier是由bernhard.todd开发的Chrome扩展程序,该扩展的主要功能是“A small, configurable low battery notifier for Chrome devices”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Battery Notifier扩展crx文件

下载Battery Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Battery Notifier Battery Notifier
ID naeehnbamndblediboamhigjpegencee
官方URL https://chrome.google.com/webstore/detail/battery-notifier/naeehnbamndblediboamhigjpegencee
简介 A small, configurable low battery notifier for Chrome devices
文件大小 41.26 KB
安装次数 659
当前版本 0.1.1
更新时间 2015-04-26
上架时间 2015-04-26
评分 1.46/5 共26次评分
开发者 bernhard.todd
付费类型 free
扩展官网 https://github.com/toddbernhard/chrome-battery-notifier
支持的语言 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
    }
}