Battery Info
Check easily your laptop battery status
什么是Battery Info?
Battery Info是由https://www.radibit.com开发的Chrome扩展程序,该扩展的主要功能是“Check easily your laptop battery status”。
扩展截图
下载Battery Info扩展crx文件
下载Battery Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Check easily your laptop battery status. The extension is using the Battery Status API. Features: * Shows current battery charge level as a badge on the icon (updates on every two minutes) * Provides information about the remaining time / time until full charge (on icon click) * Indicates with an icon whether or not the laptop is connected to a power adapter Enjoy!
扩展基本信息
名称 | Battery Info |
ID | jchnojkeefjdioodimacimfiefjdbpag |
官方URL | https://chromewebstore.google.com/detail/battery-info/jchnojkeefjdioodimacimfiefjdbpag |
简介 | Check easily your laptop battery status |
文件大小 | 16.85 KB |
安装次数 | 4,790 |
当前版本 | 1.0 |
更新时间 | 2017-07-06 |
上架时间 | 2017-07-05 |
评分 | 4.29/5 共31次评分 |
开发者 | https://www.radibit.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Battery Info", "version": "1.0", "description": "Check easily your laptop battery status", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/eventPage.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-not-charging.png" }, "permissions": [ "alarms" ] } |