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 |
公式URL | 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 } } |