Battery Status Icon
Shows the battery status of the current device.
Hvad er Battery Status Icon?
Battery Status Icon er en Chrome-udvidelse udviklet af galah92, og dens hovedfunktion er "Shows the battery status of the current device.".
Download Battery Status Icon-udvidelses-CRX-fil
Download Battery Status Icon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Display the battery status of the current device in the toolbar.
The best solution if you want to work in full-screen mode. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jcnnkfkniafjkanfjcoijpkmaeadcjpo |
| Officiel URL | https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo |
| Beskrivelse | Shows the battery status of the current device. |
| Filstørrelse | 4.2 KB |
| Antal Installationer | 211 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2016-04-13 |
| Udgivelsesdato | 2016-04-13 |
| Bedømmelse | 4.25/5 Samlet 12 Bedømmelser |
| Udvikler | galah92 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |