Remote for Slides

Slides can be operated remotely.

Remote for Slidesとは何ですか?

Remote for Slidesはyumekitiによって開発されたChromeの拡張機能で、その主な機能は「Slides can be operated remotely.」です。

拡張機能のスクリーンショット

screenshot

Remote for Slides拡張機能のCRXファイルをダウンロード

Remote for Slides拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        1人のユーザーがスライドを共有し、別ユーザーがリモートでスライドを操作できるようになります。

## 下記リンク先に移行しました
https://chrome.google.com/webstore/detail/naimcoenmacdfkjnhphjgikaigaedgae?authuser=0&hl=ja                    

拡張機能の基本情報

名前 Remote for Slides Remote for Slides
ID fligbndglehjjifipgpboddhdgfondjo
公式URL https://chrome.google.com/webstore/detail/fligbndglehjjifipgpboddhdgfondjo
説明 Slides can be operated remotely.
ファイルサイズ 231 KB
インストール数 110
現在のバージョン 1.7
最終更新日 2023-08-18
公開日 2022-11-21
評価 5.00/5 合計 1 レビュー
開発者 yumekiti
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remote for Slides",
    "description": "Slides can be operated remotely.",
    "version": "1.7",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/remote.yumekiti.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/remote.yumekiti.net\/*"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}