Battery Info

Check easily your laptop battery status

Wat is Battery Info?

Battery Info is een Chrome-extensie ontwikkeld door https://www.radibit.com, en de belangrijkste functie is "Check easily your laptop battery status".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Battery Info

Download Battery Info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Battery Info Battery Info
ID jchnojkeefjdioodimacimfiefjdbpag
Officiële URL https://chromewebstore.google.com/detail/battery-info/jchnojkeefjdioodimacimfiefjdbpag
Beschrijving Check easily your laptop battery status
Bestandsgrootte 16.85 KB
Aantal Installaties 4,790
Huidige Versie 1.0
Laatst Bijgewerkt 2017-07-06
Publicatiedatum 2017-07-05
Beoordeling 4.29/5 Totaal 31 Beoordelingen
Ontwikkelaar https://www.radibit.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}