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"입니다.

확장 프로그램 스크린샷

screenshot

Pi-Hole On/Off extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Pi-Hole On/Off extension Pi-Hole On/Off extension
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"
    ]
}