Battery Info
Check easily your laptop battery status
Vad är Battery Info?
Battery Info är en Chrome-tillägg utvecklad av https://www.radibit.com, och dess huvudfunktion är "Check easily your laptop battery status".
Tilläggsskärmbilder
Ladda ner Battery Info-förlängningens CRX-fil
Ladda ner Battery Info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Check easily your laptop battery status. The extension is using the Battery Status API. Features: * Shows current battery charge level as a badge on the icon (updates on every two minutes) * Provides information about the remaining time / time until full charge (on icon click) * Indicates with an icon whether or not the laptop is connected to a power adapter Enjoy!
Grundläggande Information om Tillägg
Namn | Battery Info |
ID | jchnojkeefjdioodimacimfiefjdbpag |
Officiell webbadress | https://chromewebstore.google.com/detail/battery-info/jchnojkeefjdioodimacimfiefjdbpag |
Beskrivning | Check easily your laptop battery status |
Filstorlek | 16.85 KB |
Antal Installationer | 4,790 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-07-06 |
Publiceringsdatum | 2017-07-05 |
Betyg | 4.29/5 Totalt 31 Betyg |
Utvecklare | https://www.radibit.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Battery Info", "version": "1.0", "description": "Check easily your laptop battery status", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/eventPage.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-not-charging.png" }, "permissions": [ "alarms" ] } |