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

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

                        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"
    ]
}