Charge Controller
Maintain battery between selected percentages to optimize battery lifetime on any computer running Chrome.
Charge Controller란 무엇입니까?
Charge Controller은(는) allen-n에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Maintain battery between selected percentages to optimize battery lifetime on any computer running Chrome."입니다.
확장 프로그램 스크린샷
Charge Controller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |