Battery Notifier

A small, configurable low battery notifier for Chrome devices

Battery Notifier là gì?

Battery Notifier là một tiện ích mở rộng Chrome được phát triển bởi bernhard.todd, và tính năng chính của nó là "A small, configurable low battery notifier for Chrome devices".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Battery Notifier

Tải xuống các tệp mở rộng Battery Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Battery Notifier Battery Notifier
ID naeehnbamndblediboamhigjpegencee
URL Chính Thức https://chrome.google.com/webstore/detail/battery-notifier/naeehnbamndblediboamhigjpegencee
Mô tả A small, configurable low battery notifier for Chrome devices
Kích Thước Tệp 41.26 KB
Số Lần Cài Đặt 659
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-04-26
Ngày Phát Hành 2015-04-26
Đánh Giá 1.46/5 Tổng số 26 Đánh Giá
Nhà Phát Triển bernhard.todd
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/toddbernhard/chrome-battery-notifier
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Battery Notifier",
    "short_name": "Battery Notifier",
    "description": "A small, configurable low battery notifier for Chrome devices",
    "version": "0.1.1",
    "minimum_chrome_version": "38",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-2.1.3.min.js",
            "monitor.js"
        ]
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}