Battery Status Icon

Shows the battery status of the current device.

ما هو Battery Status Icon؟

Battery Status Icon هو إضافة Chrome تم تطويرها بواسطة galah92، والميزة الرئيسية لها هي "Shows the battery status of the current device.".

تحميل ملف CRX للإضافة Battery Status Icon

قم بتنزيل ملفات الامتداد Battery Status Icon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}