Remote for Slides
Slides can be operated remotely.
What is Remote for Slides?
Remote for Slides is a Chrome extension developed by yumekiti, and its main feature is "Slides can be operated remotely.".
Extension Screenshots
Download Remote for Slides Extension CRX File
Download Remote for Slides extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1人のユーザーがスライドを共有し、別ユーザーがリモートでスライドを操作できるようになります。 ## 下記リンク先に移行しました https://chrome.google.com/webstore/detail/naimcoenmacdfkjnhphjgikaigaedgae?authuser=0&hl=ja
Extension Basic Information
Name | |
ID | fligbndglehjjifipgpboddhdgfondjo |
Official URL | https://chrome.google.com/webstore/detail/fligbndglehjjifipgpboddhdgfondjo |
Description | Slides can be operated remotely. |
File Size | 231 KB |
Installation Count | 110 |
Current Version | 1.7 |
Last Updated | 2023-08-18 |
Publish Date | 2022-11-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | yumekiti |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |