Charge Status

Monitor the charging status and battery level of your computer running Chrome.

Charge Statusคืออะไร?

Charge Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.chargestatus.com และคุณลักษณะหลักของมันคือ "Monitor the charging status and battery level of your computer running Chrome."

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

screenshot
screenshot
screenshot

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

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

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

                        Never run out of power again: Charge Status is the easiest way to monitor the charging status and battery level on your computer or mobile device.

Charge Status provides simple monitoring of your charging status and battery level from anywhere. Find us online at https://www.chargestatus.com

Features:
* Easy to read display of charging status and battery levels.
* Configurable low and critical battery levels.
* Browser notifications and (optional) audio alerts when the battery drops below the configured low or critical battery level.
* Displays battery level in browser toolbar when battery level drops below configured low or critical level.
* View battery levels for all your Chrome-equipped computers and Chromebooks from one dashboard (requires optional Charge Status online account).
* Support for multiple Charge Status accounts.

Getting Started:
1. Install the Chrome extension from the Chrome webstore (right here!).
2. Click on the extension icon in the browser toolbar to open the extension management page.
3. To customize the low and critical battery levels, as well as the alert settings, select the Profile tab.
4. To use the optional Charge Status online account to let you monitor your charging status and battery level, select the Connections tab and then click New to link your Chrome extension to an account on https://www.chargestatus.com.

Frequently Asked Questions:
* Does the extension require a Charge Status online account?
No. The Charge Status online account is only required to view charging status and battery level information from your other computers and devices, or to view the charging status and battery level of this computer from another computer.

* How much battery is consumed by the Charge Status extension?
Minimal battery is consumed: updates only occur when Chrome updates the battery level or if the charging status changes. If you do not link to a Charge Status online account then no network usage occurs at all.

* Does my computer have to be connected to the Internet to use Charge Status?
Only to send remote updates or to receive charging status and battery level updates from other computers. Low/critical level alerts do not require an Internet connection.

* Can I view my charging status and battery level on my phone?
Yes. Once you link your Chrome extension to an online account at https://www.chargestatus.com, you can log into https://www.chargestatus.com from your phone to view your charging status and battery level.

* Can I view my phone's charging status and battery level on my computer?
Not yet: Android and iOS apps are currently under development. Check back soon!

Happy to answer any other questions: visit https://www.chargestatus.com/contact.html with any questions or suggestions or email us at [email protected].

Release 1.4.0:
* Save low and critical thresholds from the Chrome extension to your Charge Status account.

Release 1.3.0:
* Support for requesting real-time reports from the Charge Status website

Release 1.2.0:
* Improved integration with the Charge Status website                    

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

ชื่อ Charge Status Charge Status
ID aoobdkojogdijnpllhgpjheijkjmjpna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/charge-status/aoobdkojogdijnpllhgpjheijkjmjpna
คำอธิบาย Monitor the charging status and battery level of your computer running Chrome.
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 1,435
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2018-08-13
วันที่เผยแพร่ 2018-08-12
คะแนน 2.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.chargestatus.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.chargestatus.com/platforms/google/chrome/
URL หน้าช่วยเหลือ https://www.chargestatus.com/faq.html
URL หน้านโยบายความเป็นส่วนตัว http://www.ideasynthesis.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Charge Status",
    "description": "Monitor the charging status and battery level of your computer running Chrome.",
    "manifest_version": 2,
    "version": "1.4.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chargestatus.com\/home.html"
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "View Charge Status"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.chargestatus.com\/*"
        ]
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "background"
    ],
    "icons": {
        "128": "images\/icon.128x128.png"
    },
    "options_page": "options.html"
}