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
公式URL 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
Eメール [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"
    }
}