Charge Controller
Maintain battery between selected percentages to optimize battery lifetime on any computer running Chrome.
Charge Controllerคืออะไร?
Charge Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย allen-n และคุณลักษณะหลักของมันคือ "Maintain battery between selected percentages to optimize battery lifetime on any computer running Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Charge Controller
ดาวน์โหลดไฟล์ส่วนขยาย Charge Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Increase your battery longevity by up to 25,000%! This extension allows you to automatically turn a smart outlet on/off (sold separately) at certain charge percentages. This will let you optimize the lifespan of your li-ion batteries! According to battery university (and numerous other sources), reducing the depth of discharge of your lithium ion battery from 100% to 10% can increase it's longevity by up to 25,000%! https://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries https://www.wired.com/2013/09/laptop-battery/ https://www.reddit.com/r/chromeos/comments/8e8e1e/keeping_chromebook_plugged_in_all_the_time/ The extension is using the Battery Status API, and is an extension of battery-info-chrome-extension by radibit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Charge Controller |
ID | mpaegjhfgalddggnjanonehfgbenekkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/charge-controller/mpaegjhfgalddggnjanonehfgbenekkj |
คำอธิบาย | Maintain battery between selected percentages to optimize battery lifetime on any computer running Chrome. |
ขนาดไฟล์ | 53.91 KB |
จำนวนการติดตั้ง | 173 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-06-09 |
วันที่เผยแพร่ | 2020-06-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | allen-n |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Charge Controller", "version": "1.1", "description": "Maintain battery between selected percentages to optimize battery lifetime on any computer running Chrome.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/eventPage.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-not-charging.png" }, "options_page": "options.html", "permissions": [ "alarms", "storage", "https:\/\/maker.ifttt.com\/*" ] } |