Battreminder
Reminds you when your laptop battery is fully charged!
Что такое Battreminder?
Battreminder - это расширение Chrome, разработанное Aniket, и его основная функция - "Reminds you when your laptop battery is fully charged!".
Снимки экрана расширения
Скачать файл CRX расширения Battreminder
Скачайте файлы расширений 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 |
| Официальный 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"
]
}
} | |