Remote for Slides
Slides can be operated remotely.
什麼是Remote for Slides?
Remote for Slides是由yumekiti開發的Chrome擴展程式,該擴展的主要功能是“Slides can be operated remotely.”。
擴展截圖
下載Remote for Slides擴展crx文件
下載Remote for Slides擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1人のユーザーがスライドを共有し、別ユーザーがリモートでスライドを操作できるようになります。 ## 下記リンク先に移行しました https://chrome.google.com/webstore/detail/naimcoenmacdfkjnhphjgikaigaedgae?authuser=0&hl=ja
擴展基本資訊
名稱 | |
ID | fligbndglehjjifipgpboddhdgfondjo |
官方網址 | 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 |
電子郵箱 | [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" } } |