Battery Status Icon
Shows the battery status of the current device.
Was ist Battery Status Icon?
Battery Status Icon ist eine Chrome-Erweiterung, die von galah92 entwickelt wurde, und ihr Hauptmerkmal ist "Shows the battery status of the current device.".
Battery Status Icon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Battery Status Icon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Display the battery status of the current device in the toolbar.
The best solution if you want to work in full-screen mode. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jcnnkfkniafjkanfjcoijpkmaeadcjpo |
| Offizielle URL | https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo |
| Beschreibung | Shows the battery status of the current device. |
| Dateigröße | 4.2 KB |
| Installationsanzahl | 211 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2016-04-13 |
| Veröffentlichungsdatum | 2016-04-13 |
| Bewertung | 4.25/5 Insgesamt 12 Bewertungen |
| Entwickler | galah92 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |