Battery Notifier
A small, configurable low battery notifier for Chrome devices
Qu'est-ce que Battery Notifier ?
Battery Notifier est une extension Chrome développée par bernhard.todd, et sa fonction principale est "A small, configurable low battery notifier for Chrome devices".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Battery Notifier
Téléchargez les fichiers d'extension Battery Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | naeehnbamndblediboamhigjpegencee |
URL Officiel | https://chrome.google.com/webstore/detail/battery-notifier/naeehnbamndblediboamhigjpegencee |
Description | A small, configurable low battery notifier for Chrome devices |
Taille du Fichier | 41.26 KB |
Nombre d'Installations | 659 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2015-04-26 |
Date de Publication | 2015-04-26 |
Évaluation | 1.46/5 Total 26 Évaluations |
Développeur | bernhard.todd |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/toddbernhard/chrome-battery-notifier |
Langues Prises en Charge | 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 } } |