Battery Status Icon

Shows the battery status of the current device.

Vad är Battery Status Icon?

Battery Status Icon är en Chrome-tillägg utvecklad av galah92, och dess huvudfunktion är "Shows the battery status of the current device.".

Ladda ner Battery Status Icon-förlängningens CRX-fil

Ladda ner Battery Status Icon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Battery Status Icon Battery Status Icon
ID jcnnkfkniafjkanfjcoijpkmaeadcjpo
Officiell webbadress https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo
Beskrivning Shows the battery status of the current device.
Filstorlek 4.2 KB
Antal Installationer 211
Aktuell Version 1.0
Senast Uppdaterad 2016-04-13
Publiceringsdatum 2016-04-13
Betyg 4.25/5 Totalt 12 Betyg
Utvecklare galah92
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}