Web Power Switch Manager

Quickly control Web Power Switches

What is Web Power Switch Manager?

Web Power Switch Manager is a Chrome extension developed by Mike Frysinger, and its main feature is "Quickly control Web Power Switches".

Extension Screenshots

screenshot

Download Web Power Switch Manager Extension CRX File

Download Web Power Switch Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        For people who have a Web Power Switch by Digital Loggers:
https://www.digital-loggers.com/lpc7.html

This is an easy way to control that from your browser.

Source code:
https://github.com/vapier/chrome-ext-web-power-switch                    

Extension Basic Information

Name Web Power Switch Manager Web Power Switch Manager
ID gpihiagaeplkadnhhajnbbpdpnhlifib
Official URL https://chromewebstore.google.com/detail/web-power-switch-manager/gpihiagaeplkadnhhajnbbpdpnhlifib
Description Quickly control Web Power Switches
File Size 9.83 KB
Installation Count 34
Current Version 5.0.0
Last Updated 2022-10-10
Publish Date 2020-03-31
Rating 5.00/5 Total 2 Ratings
Developer Mike Frysinger
Email [email protected]
Payment Type free
Extension Website https://github.com/vapier/chrome-ext-web-power-switch
Help Page URL https://github.com/vapier/chrome-ext-web-power-switch/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "100",
    "name": "Web Power Switch Manager",
    "icons": {
        "128": "images\/outlet-128x128.png"
    },
    "optional_host_permissions": [
        "http:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "version": "5.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/outlet-19x19.png",
            "38": "images\/outlet-38x38.png"
        },
        "default_title": "Control Your Switch"
    },
    "permissions": [
        "storage"
    ],
    "description": "Quickly control Web Power Switches"
}