Battery Status Icon
Shows the battery status of the current device.
Qu'est-ce que Battery Status Icon ?
Battery Status Icon est une extension Chrome développée par galah92, et sa fonction principale est "Shows the battery status of the current device.".
Télécharger le fichier CRX de l'extension Battery Status Icon
Téléchargez les fichiers d'extension Battery Status Icon 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
Display the battery status of the current device in the toolbar. The best solution if you want to work in full-screen mode.
Informations de Base sur l'Extension
Nom | Battery Status Icon |
ID | jcnnkfkniafjkanfjcoijpkmaeadcjpo |
URL Officiel | https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo |
Description | Shows the battery status of the current device. |
Taille du Fichier | 4.2 KB |
Nombre d'Installations | 211 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-04-13 |
Date de Publication | 2016-04-13 |
Évaluation | 4.25/5 Total 12 Évaluations |
Développeur | galah92 |
[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 Status Icon", "description": "Shows the battery status of the current device.", "version": "1.0", "author": "gala92", "browser_action": { "default_title": "Loading..." }, "background": { "scripts": [ "background.js" ], "presistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |