Battery Status Icon
Shows the battery status of the current device.
Wat is Battery Status Icon?
Battery Status Icon is een Chrome-extensie ontwikkeld door galah92, en de belangrijkste functie is "Shows the battery status of the current device.".
Download het CRX-bestand van de extensie Battery Status Icon
Download Battery Status Icon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Display the battery status of the current device in the toolbar. The best solution if you want to work in full-screen mode.
Basisinformatie over de Extensie
Naam | Battery Status Icon |
ID | jcnnkfkniafjkanfjcoijpkmaeadcjpo |
Officiële URL | https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo |
Beschrijving | Shows the battery status of the current device. |
Bestandsgrootte | 4.2 KB |
Aantal Installaties | 211 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-04-13 |
Publicatiedatum | 2016-04-13 |
Beoordeling | 4.25/5 Totaal 12 Beoordelingen |
Ontwikkelaar | galah92 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |