Battery Monitor

Manage the battery level of your device

Cos'è Battery Monitor?

Battery Monitor è un'estensione di Chrome sviluppata da Daniel Zanelatto, e la sua funzione principale è "Manage the battery level of your device".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Battery Monitor

Scarica i file di estensione Battery Monitor 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

                                            

Informazioni di Base sull'Estensione

Nome Battery Monitor Battery Monitor
ID kkdiabnhbdikbmpaabginbifkmhbpbcf
URL Ufficiale https://chromewebstore.google.com/detail/battery-monitor/kkdiabnhbdikbmpaabginbifkmhbpbcf
Descrizione Manage the battery level of your device
Dimensione del File 6.36 KB
Conteggio Installazioni 1,612
Versione Corrente 1.2
Ultimo Aggiornamento 2017-01-12
Data di Pubblicazione 2017-01-12
Valutazione 4.36/5 Totale 22 Valutazioni
Sviluppatore Daniel Zanelatto
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Battery Monitor",
    "version": "1.2",
    "description": "Manage the battery level of your device",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "battery_full.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}