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”。
扩展截图
下载Web Power Switch Manager扩展crx文件
下载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 |
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" } |