Web Power Switch Manager

Quickly control Web Power Switches

Web Power Switch Manager란 무엇입니까?

Web Power Switch Manager은(는) Mike Frysinger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly control Web Power Switches"입니다.

확장 프로그램 스크린샷

screenshot

Web Power Switch Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Web Power Switch Manager Web Power Switch Manager
ID gpihiagaeplkadnhhajnbbpdpnhlifib
공식 URL https://chromewebstore.google.com/detail/web-power-switch-manager/gpihiagaeplkadnhhajnbbpdpnhlifib
설명 Quickly control Web Power Switches
파일 크기 9.83 KB
설치 횟수 34
현재 버전 5.0.0
최근 업데이트 2022-10-10
출시 날짜 2020-03-31
평점 5.00/5 총 2 개의 평점
개발자 Mike Frysinger
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/vapier/chrome-ext-web-power-switch
도움말 페이지 URL https://github.com/vapier/chrome-ext-web-power-switch/issues
지원되는 언어 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"
}