Battery Status Icon

Shows the battery status of the current device.

Apa itu Battery Status Icon?

Battery Status Icon adalah ekstensi Chrome yang dikembangkan oleh galah92, dan fitur utamanya adalah "Shows the battery status of the current device.".

Unduh Berkas CRX Ekstensi Battery Status Icon

Unduh file ekstensi Battery Status Icon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Battery Status Icon Battery Status Icon
ID jcnnkfkniafjkanfjcoijpkmaeadcjpo
URL Resmi https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo
Deskripsi Shows the battery status of the current device.
Ukuran File 4.2 KB
Jumlah Instalasi 211
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-04-13
Tanggal Publikasi 2016-04-13
Penilaian 4.25/5 Total 12 Penilaian
Pengembang galah92
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}