Kasa Desktop
Control TP-Link plugs, bulbs and switches from desktop
什么是Kasa Desktop?
Kasa Desktop是由https://inchwest.com开发的Chrome扩展程序,该扩展的主要功能是“Control TP-Link plugs, bulbs and switches from desktop”。
扩展截图
下载Kasa Desktop扩展crx文件
下载Kasa Desktop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Control TP-Link plugs, bulbs and switches from your computer using Kasa Desktop - Chrome Extension.
扩展基本信息
名称 | |
ID | fbpeahdjalcoilekhipheclpppnjeigl |
官方URL | https://chrome.google.com/webstore/detail/kasa-desktop/fbpeahdjalcoilekhipheclpppnjeigl |
简介 | Control TP-Link plugs, bulbs and switches from desktop |
文件大小 | 31.26 KB |
安装次数 | 1,079 |
当前版本 | 1.1 |
更新时间 | 2022-05-03 |
上架时间 | 2022-05-03 |
评分 | 1.20/5 共10次评分 |
开发者 | https://inchwest.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://inchwest.com/kasa-extension/ |
帮助页面URL | https://inchwest.com/kasa-extension/ |
隐私政策页面URL | https://inchwest.com/privacy.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kasa Desktop", "description": "Control TP-Link plugs, bulbs and switches from desktop", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |