Battery Status Icon

Shows the battery status of the current device.

Battery Status Icon क्या है?

Battery Status Icon galah92 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the battery status of the current device."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Battery Status Icon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Battery Status Icon Battery Status Icon
ID jcnnkfkniafjkanfjcoijpkmaeadcjpo
आधिकारिक URL https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo
विवरण Shows the battery status of the current device.
फ़ाइल का आकार 4.2 KB
स्थापना संख्या 211
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-04-13
प्रकाशन तिथि 2016-04-13
रेटिंग 4.25/5 कुल 12 रेटिंग्स
डेवलपर galah92
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}