Pi-Hole On/Off extension
This extension lets you start / stop Pi-Hole
Cos'è Pi-Hole On/Off extension?
Pi-Hole On/Off extension è un'estensione di Chrome sviluppata da iq.wunder, e la sua funzione principale è "This extension lets you start / stop Pi-Hole".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pi-Hole On/Off extension
Scarica i file di estensione Pi-Hole On/Off extension 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
Chrome Extension for enabling / disabling pi-hole. IMPORTANT: I changed the server components. They have to be updated. You don't have to install another shell script and only have to add the apiext.php to your webserver. please read the install instructions on : https://github.com/iqwunder/pihole_status/tree/master/pihole-status
Informazioni di Base sull'Estensione
Nome | |
ID | nkokfemjgjliikodpilcagaegohekohe |
URL Ufficiale | https://chrome.google.com/webstore/detail/pi-hole-onoff-extension/nkokfemjgjliikodpilcagaegohekohe |
Descrizione | This extension lets you start / stop Pi-Hole |
Dimensione del File | 81.58 KB |
Conteggio Installazioni | 398 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2016-11-04 |
Data di Pubblicazione | 2016-11-04 |
Valutazione | 3.22/5 Totale 9 Valutazioni |
Sviluppatore | iq.wunder |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/iqwunder/pihole_status/tree/master/pihole-status |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pi-Hole On\/Off extension", "description": "This extension lets you start \/ stop Pi-Hole", "version": "2.1", "icons": { "16": "img\/pi16.png", "48": "img\/pi48.png", "128": "img\/pi128.png" }, "browser_action": { "default_icon": { "19": "img\/pi48.png", "38": "img\/pi48.png" }, "default_popup": "popup.html" }, "options_ui": { "chrome_style": false, "page": "options.html" }, "permissions": [ "http:\/\/*\/*", "tabs", "storage" ], "web_accessible_resources": [ "img\/pi128.png" ] } |