Pi-Hole On/Off extension
This extension lets you start / stop Pi-Hole
Pi-Hole On/Off extension là gì?
Pi-Hole On/Off extension là một tiện ích mở rộng Chrome được phát triển bởi iq.wunder, và tính năng chính của nó là "This extension lets you start / stop Pi-Hole".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pi-Hole On/Off extension
Tải xuống các tệp mở rộng Pi-Hole On/Off extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nkokfemjgjliikodpilcagaegohekohe |
URL Chính Thức | https://chrome.google.com/webstore/detail/pi-hole-onoff-extension/nkokfemjgjliikodpilcagaegohekohe |
Mô tả | This extension lets you start / stop Pi-Hole |
Kích Thước Tệp | 81.58 KB |
Số Lần Cài Đặt | 398 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2016-11-04 |
Ngày Phát Hành | 2016-11-04 |
Đánh Giá | 3.22/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | iq.wunder |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/iqwunder/pihole_status/tree/master/pihole-status |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |