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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
    }
}