Remote for Slides
Slides can be operated remotely.
Qu'est-ce que Remote for Slides ?
Remote for Slides est une extension Chrome développée par yumekiti, et sa fonction principale est "Slides can be operated remotely.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Remote for Slides
Téléchargez les fichiers d'extension Remote for Slides au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
1人のユーザーがスライドを共有し、別ユーザーがリモートでスライドを操作できるようになります。 ## 下記リンク先に移行しました https://chrome.google.com/webstore/detail/naimcoenmacdfkjnhphjgikaigaedgae?authuser=0&hl=ja
Informations de Base sur l'Extension
Nom | |
ID | fligbndglehjjifipgpboddhdgfondjo |
URL Officiel | https://chrome.google.com/webstore/detail/fligbndglehjjifipgpboddhdgfondjo |
Description | Slides can be operated remotely. |
Taille du Fichier | 231 KB |
Nombre d'Installations | 110 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2023-08-18 |
Date de Publication | 2022-11-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | yumekiti |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |