WebOS Magic Remote
Emulate magic remote on browser with the mouse cursor
什么是WebOS Magic Remote?
WebOS Magic Remote是由YadPe开发的Chrome扩展程序,该扩展的主要功能是“Emulate magic remote on browser with the mouse cursor”。
扩展截图
下载WebOS Magic Remote扩展crx文件
下载WebOS Magic Remote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on the extension icon to toggle between pointer and standard mode.
扩展基本信息
名称 | WebOS Magic Remote |
ID | bnolpokojmglajajgikblhhajjomjbbh |
官方URL | https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh |
简介 | Emulate magic remote on browser with the mouse cursor |
文件大小 | 9.51 KB |
安装次数 | 21 |
当前版本 | 0.0.1 |
更新时间 | 2022-08-18 |
上架时间 | 2022-08-18 |
评分 | 5.00/5 共1次评分 |
开发者 | YadPe |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/yadPe/chrome-webos-magic-remote |
帮助页面URL | https://github.com/yadPe/chrome-webos-magic-remote/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebOS Magic Remote", "description": "Emulate magic remote on browser with the mouse cursor", "version": "0.0.1", "manifest_version": 3, "action": { "default_title": "Click to toggle pointer mode", "default_icon": { "48": "\/cursor48-2.png" } }, "icons": { "48": "\/cursor48-2.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |