Battreminder

Reminds you when your laptop battery is fully charged!

Battreminderคืออะไร?

Battreminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aniket และคุณลักษณะหลักของมันคือ "Reminds you when your laptop battery is fully charged!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Battreminder

ดาวน์โหลดไฟล์ส่วนขยาย Battreminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Most of us work on laptops, and sometimes we end up overcharging it (and honestly wasting some electricity). There's by default a reminder, for almost all laptops, which lets you know when the battery is low. But, how to know when the battery is fully charged? 

This light-weight minimal browser extension will let you know the battery level and will remind you with a sound notification when the battery is fully charged!                    

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

ชื่อ Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
คำอธิบาย Reminds you when your laptop battery is fully charged!
ขนาดไฟล์ 19.48 KB
จำนวนการติดตั้ง 2,619
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-10-18
วันที่เผยแพร่ 2018-10-18
คะแนน 4.07/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Aniket
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Battreminder",
    "version": "1.0",
    "description": "Reminds you when your laptop battery is fully charged!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}