Battery Notifier
A small, configurable low battery notifier for Chrome devices
什麼是Battery Notifier?
Battery Notifier是由bernhard.todd開發的Chrome擴展程式,該擴展的主要功能是“A small, configurable low battery notifier for Chrome devices”。
擴展截圖
下載Battery Notifier擴展crx文件
下載Battery Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | naeehnbamndblediboamhigjpegencee |
官方網址 | https://chrome.google.com/webstore/detail/battery-notifier/naeehnbamndblediboamhigjpegencee |
簡介 | A small, configurable low battery notifier for Chrome devices |
檔案大小 | 41.26 KB |
安裝次數 | 659 |
目前版本 | 0.1.1 |
更新時間 | 2015-04-26 |
上架時間 | 2015-04-26 |
評分 | 1.46/5 共 26 次評分 |
開發者 | bernhard.todd |
付費類型 | free |
擴展官網 | https://github.com/toddbernhard/chrome-battery-notifier |
支援的語言 | 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 } } |