Battery Status Icon

Shows the battery status of the current device.

Cos'è Battery Status Icon?

Battery Status Icon è un'estensione di Chrome sviluppata da galah92, e la sua funzione principale è "Shows the battery status of the current device.".

Scarica il file CRX dell'estensione Battery Status Icon

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

                        Display the battery status of the current device in the toolbar.
The best solution if you want to work in full-screen mode.                    

Informazioni di Base sull'Estensione

Nome Battery Status Icon Battery Status Icon
ID jcnnkfkniafjkanfjcoijpkmaeadcjpo
URL Ufficiale https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo
Descrizione Shows the battery status of the current device.
Dimensione del File 4.2 KB
Conteggio Installazioni 211
Versione Corrente 1.0
Ultimo Aggiornamento 2016-04-13
Data di Pubblicazione 2016-04-13
Valutazione 4.25/5 Totale 12 Valutazioni
Sviluppatore galah92
Email [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 Status Icon",
    "description": "Shows the battery status of the current device.",
    "version": "1.0",
    "author": "gala92",
    "browser_action": {
        "default_title": "Loading..."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "presistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}