Battreminder
Reminds you when your laptop battery is fully charged!
什么是Battreminder?
Battreminder是由Aniket开发的Chrome扩展程序,该扩展的主要功能是“Reminds you when your laptop battery is fully charged!”。
扩展截图
下载Battreminder扩展crx文件
下载Battreminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Most of us work on laptops, and sometimes we end up overcharging it (and honestly wasting some electricity). There's by default a reminder, for almost all laptops, which lets you know when the battery is low. But, how to know when the battery is fully charged? This light-weight minimal browser extension will let you know the battery level and will remind you with a sound notification when the battery is fully charged!
扩展基本信息
名称 | Battreminder |
ID | eolgelhflgphiebnjopklpnplinmemfi |
官方URL | https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi |
简介 | Reminds you when your laptop battery is fully charged! |
文件大小 | 19.48 KB |
安装次数 | 2,619 |
当前版本 | 1.0 |
更新时间 | 2018-10-18 |
上架时间 | 2018-10-18 |
评分 | 4.07/5 共15次评分 |
开发者 | Aniket |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Battreminder", "version": "1.0", "description": "Reminds you when your laptop battery is fully charged!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "notifications" ], "browser_action": { "default_icon": "icons\/icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] } } |