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”。

擴展截圖

screenshot

下載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 WebOS Magic Remote
ID bnolpokojmglajajgikblhhajjomjbbh
官方網址 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"
    }
}