Battreminder
Reminds you when your laptop battery is fully charged!
Hvad er Battreminder?
Battreminder er en Chrome-udvidelse udviklet af Aniket, og dens hovedfunktion er "Reminds you when your laptop battery is fully charged!".
Udvidelsesskærmbilleder
Download Battreminder-udvidelses-CRX-fil
Download Battreminder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Battreminder |
ID | eolgelhflgphiebnjopklpnplinmemfi |
Officiel URL | https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi |
Beskrivelse | Reminds you when your laptop battery is fully charged! |
Filstørrelse | 19.48 KB |
Antal Installationer | 2,619 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-10-18 |
Udgivelsesdato | 2018-10-18 |
Bedømmelse | 4.07/5 Samlet 15 Bedømmelser |
Udvikler | Aniket |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |