Remote for Slides
Slides can be operated remotely.
Cos'è Remote for Slides?
Remote for Slides è un'estensione di Chrome sviluppata da yumekiti, e la sua funzione principale è "Slides can be operated remotely.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remote for Slides
Scarica i file di estensione Remote for Slides in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
1人のユーザーがスライドを共有し、別ユーザーがリモートでスライドを操作できるようになります。 ## 下記リンク先に移行しました https://chrome.google.com/webstore/detail/naimcoenmacdfkjnhphjgikaigaedgae?authuser=0&hl=ja
Informazioni di Base sull'Estensione
Nome | |
ID | fligbndglehjjifipgpboddhdgfondjo |
URL Ufficiale | https://chrome.google.com/webstore/detail/fligbndglehjjifipgpboddhdgfondjo |
Descrizione | Slides can be operated remotely. |
Dimensione del File | 231 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2023-08-18 |
Data di Pubblicazione | 2022-11-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | yumekiti |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |