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 |
公式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" ] } |