Battery Monitor
Manage the battery level of your device
什么是Battery Monitor?
Battery Monitor是由Daniel Zanelatto开发的Chrome扩展程序,该扩展的主要功能是“Manage the battery level of your device”。
扩展截图
下载Battery Monitor扩展crx文件
下载Battery Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | kkdiabnhbdikbmpaabginbifkmhbpbcf |
| 官方URL | https://chromewebstore.google.com/detail/battery-monitor/kkdiabnhbdikbmpaabginbifkmhbpbcf |
| 简介 | Manage the battery level of your device |
| 文件大小 | 6.36 KB |
| 安装次数 | 1,612 |
| 当前版本 | 1.2 |
| 更新时间 | 2017-01-12 |
| 上架时间 | 2017-01-12 |
| 评分 | 4.36/5 共22次评分 |
| 开发者 | Daniel Zanelatto |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
} | |