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文件

下载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                    

扩展基本信息

名称 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"
    ]
}