らくストリーム
Microsoft Streamのキーボードショートカットを拡張します。
Cos'è らくストリーム?
らくストリーム è un'estensione di Chrome sviluppata da takezit, e la sua funzione principale è "Microsoft Streamのキーボードショートカットを拡張します。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione らくストリーム
Scarica i file di estensione らくストリーム 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
Stream (on SharePoint)およびMicrosoft Stream (クラシック)で動画再生時に以下の拡張を行います。 ・キーボードショートカットの追加 , .:再生速度の調整。1.0, 1.5, 2.0 ※Shiftを押しながらで0.5倍、2.5倍も選択可能に Space:再生/一時停止 m:音声のミュート/ミュート解除 f:全画面モード/全画面解除 ←/→:5秒巻き戻し/早送り ※Shiftを押しながらで1分巻き戻し/早送り ↑/↓:音量を10%上げる/下げる Home/End:動画の先頭/末尾に移動 0~9:0%~90%の位置に移動 ※Shiftを押しながらで今いる10%の範囲内で1%刻みで移動 ・再生開始で動画にキーフォーカスが当てる
Informazioni di Base sull'Estensione
Nome | らくストリーム |
ID | ohikmekdnbimhjloaflgmojoonalkobm |
URL Ufficiale | https://chromewebstore.google.com/detail/%E3%82%89%E3%81%8F%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%A0/ohikmekdnbimhjloaflgmojoonalkobm |
Descrizione | Microsoft Streamのキーボードショートカットを拡張します。 |
Dimensione del File | 9.42 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2023-06-09 |
Data di Pubblicazione | 2021-11-17 |
Sviluppatore | takezit |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u3089\u304f\u30b9\u30c8\u30ea\u30fc\u30e0", "version": "1.0.5", "manifest_version": 3, "permissions": [], "description": "Microsoft Stream\u306e\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u62e1\u5f35\u3057\u307e\u3059\u3002", "content_scripts": [ { "matches": [ "https:\/\/web.microsoftstream.com\/*", "https:\/\/*.sharepoint.com\/*" ], "all_frames": true, "js": [ "raku-stream.js" ], "run_at": "document_idle" } ], "icons": { "16": "raku-stream-16.png", "48": "raku-stream-48.png", "128": "raku-stream-128.png" } } |