Battery Info
Check easily your laptop battery status
Cos'è Battery Info?
Battery Info è un'estensione di Chrome sviluppata da https://www.radibit.com, e la sua funzione principale è "Check easily your laptop battery status".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Battery Info
Scarica i file di estensione Battery Info in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Battery Info |
ID | jchnojkeefjdioodimacimfiefjdbpag |
URL Ufficiale | https://chromewebstore.google.com/detail/battery-info/jchnojkeefjdioodimacimfiefjdbpag |
Descrizione | Check easily your laptop battery status |
Dimensione del File | 16.85 KB |
Conteggio Installazioni | 4,790 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-07-06 |
Data di Pubblicazione | 2017-07-05 |
Valutazione | 4.29/5 Totale 31 Valutazioni |
Sviluppatore | https://www.radibit.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |