Pi-Hole On/Off extension
This extension lets you start / stop Pi-Hole
什麼是Pi-Hole On/Off extension?
Pi-Hole On/Off extension是由iq.wunder開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you start / stop Pi-Hole”。
擴展截圖
下載Pi-Hole On/Off extension擴展crx文件
下載Pi-Hole On/Off extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | nkokfemjgjliikodpilcagaegohekohe |
官方網址 | https://chrome.google.com/webstore/detail/pi-hole-onoff-extension/nkokfemjgjliikodpilcagaegohekohe |
簡介 | This extension lets you start / stop Pi-Hole |
檔案大小 | 81.58 KB |
安裝次數 | 398 |
目前版本 | 2.1 |
更新時間 | 2016-11-04 |
上架時間 | 2016-11-04 |
評分 | 3.22/5 共 9 次評分 |
開發者 | iq.wunder |
付費類型 | free |
擴展官網 | https://github.com/iqwunder/pihole_status/tree/master/pihole-status |
支援的語言 | 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" ] } |