Chrome Remote Desktop Links

Make Chrome Remote Desktop show links rather than codes

什麼是Chrome Remote Desktop Links?

Chrome Remote Desktop Links是由jpenn開發的Chrome擴展程式,該擴展的主要功能是“Make Chrome Remote Desktop show links rather than codes”。

擴展截圖

screenshot

下載Chrome Remote Desktop Links擴展crx文件

下載Chrome Remote Desktop Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can make links that pre-fill the "Give Support" box in Chrome Remote Desktop. This makes it easier for you to give access to your computer to someone else who is unfamiliar with Chrome Remote Desktop. This extension causes the "Give Support" page to show these links rather than the codes. This is *NOT* an official extension.                    

擴展基本資訊

名稱 Chrome Remote Desktop Links Chrome Remote Desktop Links
ID ghmjkdfkjmclgnhiipapphippmgdbhhf
官方網址 https://chromewebstore.google.com/detail/chrome-remote-desktop-lin/ghmjkdfkjmclgnhiipapphippmgdbhhf
簡介 Make Chrome Remote Desktop show links rather than codes
檔案大小 11.37 KB
安裝次數 625
目前版本 0.1
更新時間 2021-01-29
上架時間 2021-01-29
開發者 jpenn
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Remote Desktop Links",
    "version": "0.1",
    "description": "Make Chrome Remote Desktop show links rather than codes",
    "permissions": [
        "https:\/\/remotedesktop.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/remotedesktop.google.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}