Battery Status Icon

Shows the battery status of the current device.

Co to jest Battery Status Icon?

Battery Status Icon to rozszerzenie Chrome opracowane przez galah92, a jego główną funkcją jest „Shows the battery status of the current device.”.

Pobierz plik CRX rozszerzenia Battery Status Icon

Pobierz pliki rozszerzeń Battery Status Icon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Battery Status Icon Battery Status Icon
ID jcnnkfkniafjkanfjcoijpkmaeadcjpo
Oficjalny URL https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo
Opis Shows the battery status of the current device.
Rozmiar pliku 4.2 KB
Liczba instalacji 211
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-04-13
Data Publikacji 2016-04-13
Ocena 4.25/5 Łącznie 12 Oceny
Deweloper galah92
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}