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! 擴展基本資訊
| 名稱 | |
| ID | eolgelhflgphiebnjopklpnplinmemfi |
| 官方網址 | 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"
]
}
} | |