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.”。

擴展截圖

screenshot
screenshot
screenshot

下載Charge Controller擴展crx文件

下載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 Charge Controller
ID mpaegjhfgalddggnjanonehfgbenekkj
官方網址 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\/*"
    ]
}