Battery Info
Check easily your laptop battery status
Qu'est-ce que Battery Info ?
Battery Info est une extension Chrome développée par https://www.radibit.com, et sa fonction principale est "Check easily your laptop battery status".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Battery Info
Téléchargez les fichiers d'extension Battery Info 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
Check easily your laptop battery status. The extension is using the Battery Status API. Features: * Shows current battery charge level as a badge on the icon (updates on every two minutes) * Provides information about the remaining time / time until full charge (on icon click) * Indicates with an icon whether or not the laptop is connected to a power adapter Enjoy!
Informations de Base sur l'Extension
Nom | Battery Info |
ID | jchnojkeefjdioodimacimfiefjdbpag |
URL Officiel | https://chromewebstore.google.com/detail/battery-info/jchnojkeefjdioodimacimfiefjdbpag |
Description | Check easily your laptop battery status |
Taille du Fichier | 16.85 KB |
Nombre d'Installations | 4,790 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-07-06 |
Date de Publication | 2017-07-05 |
Évaluation | 4.29/5 Total 31 Évaluations |
Développeur | https://www.radibit.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Battery Info", "version": "1.0", "description": "Check easily your laptop battery status", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/eventPage.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-not-charging.png" }, "permissions": [ "alarms" ] } |