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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |