Battery Notifier

A small, configurable low battery notifier for Chrome devices

ما هو Battery Notifier؟

Battery Notifier هو إضافة Chrome تم تطويرها بواسطة bernhard.todd، والميزة الرئيسية لها هي "A small, configurable low battery notifier for Chrome devices".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Battery Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Battery Notifier Battery Notifier
ID naeehnbamndblediboamhigjpegencee
عنوان URL الرسمي https://chrome.google.com/webstore/detail/battery-notifier/naeehnbamndblediboamhigjpegencee
الوصف A small, configurable low battery notifier for Chrome devices
حجم الملف 41.26 KB
عدد التثبيتات 659
النسخة الحالية 0.1.1
آخر تحديث 2015-04-26
تاريخ النشر 2015-04-26
تقييم 1.46/5 مجموع تقييمات 26
المطور bernhard.todd
نوع الدفع free
موقع الإضافة https://github.com/toddbernhard/chrome-battery-notifier
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Battery Notifier",
    "short_name": "Battery Notifier",
    "description": "A small, configurable low battery notifier for Chrome devices",
    "version": "0.1.1",
    "minimum_chrome_version": "38",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-2.1.3.min.js",
            "monitor.js"
        ]
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}