らくストリーム
Microsoft Streamのキーボードショートカットを拡張します。
らくストリームとは何ですか?
らくストリームはtakezitによって開発されたChromeの拡張機能で、その主な機能は「Microsoft Streamのキーボードショートカットを拡張します。」です。
拡張機能のスクリーンショット
らくストリーム拡張機能のCRXファイルをダウンロード
らくストリーム拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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%刻みで移動 ・再生開始で動画にキーフォーカスが当てる
拡張機能の基本情報
名前 | らくストリーム |
ID | ohikmekdnbimhjloaflgmojoonalkobm |
公式URL | 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 |
説明 | Microsoft Streamのキーボードショートカットを拡張します。 |
ファイルサイズ | 9.42 KB |
インストール数 | 28 |
現在のバージョン | 1.0.5 |
最終更新日 | 2023-06-09 |
公開日 | 2021-11-17 |
開発者 | takezit |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |