WebOS Magic Remote

Emulate magic remote on browser with the mouse cursor

WebOS Magic Remote là gì?

WebOS Magic Remote là một tiện ích mở rộng Chrome được phát triển bởi YadPe, và tính năng chính của nó là "Emulate magic remote on browser with the mouse cursor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebOS Magic Remote

Tải xuống các tệp mở rộng WebOS Magic Remote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Click on the extension icon to toggle between pointer and standard mode.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebOS Magic Remote WebOS Magic Remote
ID bnolpokojmglajajgikblhhajjomjbbh
URL Chính Thức https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh
Mô tả Emulate magic remote on browser with the mouse cursor
Kích Thước Tệp 9.51 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-08-18
Ngày Phát Hành 2022-08-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển YadPe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yadPe/chrome-webos-magic-remote
URL Trang Trợ Giúp https://github.com/yadPe/chrome-webos-magic-remote/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}