Web Power Switch Manager
Quickly control Web Power Switches
Cos'è Web Power Switch Manager?
Web Power Switch Manager è un'estensione di Chrome sviluppata da Mike Frysinger, e la sua funzione principale è "Quickly control Web Power Switches".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Power Switch Manager
Scarica i file di estensione Web Power Switch Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
For people who have a Web Power Switch by Digital Loggers:
https://www.digital-loggers.com/lpc7.html
This is an easy way to control that from your browser.
Source code:
https://github.com/vapier/chrome-ext-web-power-switch Informazioni di Base sull'Estensione
| Nome | |
| ID | gpihiagaeplkadnhhajnbbpdpnhlifib |
| URL Ufficiale | https://chromewebstore.google.com/detail/web-power-switch-manager/gpihiagaeplkadnhhajnbbpdpnhlifib |
| Descrizione | Quickly control Web Power Switches |
| Dimensione del File | 9.83 KB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 5.0.0 |
| Ultimo Aggiornamento | 2022-10-10 |
| Data di Pubblicazione | 2020-03-31 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Mike Frysinger |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/vapier/chrome-ext-web-power-switch |
| URL della Pagina di Aiuto | https://github.com/vapier/chrome-ext-web-power-switch/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"minimum_chrome_version": "100",
"name": "Web Power Switch Manager",
"icons": {
"128": "images\/outlet-128x128.png"
},
"optional_host_permissions": [
"http:\/\/*\/"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"version": "5.0.0",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "images\/outlet-19x19.png",
"38": "images\/outlet-38x38.png"
},
"default_title": "Control Your Switch"
},
"permissions": [
"storage"
],
"description": "Quickly control Web Power Switches"
} | |