らくストリーム
Microsoft Streamのキーボードショートカットを拡張します。
Wat is らくストリーム?
らくストリーム is een Chrome-extensie ontwikkeld door takezit, en de belangrijkste functie is "Microsoft Streamのキーボードショートカットを拡張します。".
Extensie Screenshots
Download het CRX-bestand van de extensie らくストリーム
Download らくストリーム-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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%刻みで移動 ・再生開始で動画にキーフォーカスが当てる
Basisinformatie over de Extensie
Naam | らくストリーム |
ID | ohikmekdnbimhjloaflgmojoonalkobm |
Officiële 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 |
Beschrijving | Microsoft Streamのキーボードショートカットを拡張します。 |
Bestandsgrootte | 9.42 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2023-06-09 |
Publicatiedatum | 2021-11-17 |
Ontwikkelaar | takezit |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |