Pi-Hole On/Off extension
This extension lets you start / stop Pi-Hole
Pi-Hole On/Off extensionคืออะไร?
Pi-Hole On/Off extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iq.wunder และคุณลักษณะหลักของมันคือ "This extension lets you start / stop Pi-Hole"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pi-Hole On/Off extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |