Web Power Switch Manager

Quickly control Web Power Switches

Web Power Switch Managerคืออะไร?

Web Power Switch Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Frysinger และคุณลักษณะหลักของมันคือ "Quickly control Web Power Switches"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Power Switch Manager

ดาวน์โหลดไฟล์ส่วนขยาย Web Power Switch Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}