らくストリーム

Microsoft Streamのキーボードショートカットを拡張します。

What is らくストリーム?

らくストリーム is a Chrome extension developed by takezit, and its main feature is "Microsoft Streamのキーボードショートカットを拡張します。".

Extension Screenshots

screenshot

Download らくストリーム Extension CRX File

Download らくストリーム extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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%刻みで移動
・再生開始で動画にキーフォーカスが当てる                    

Extension Basic Information

Name らくストリーム らくストリーム
ID ohikmekdnbimhjloaflgmojoonalkobm
Official 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
Description Microsoft Streamのキーボードショートカットを拡張します。
File Size 9.42 KB
Installation Count 28
Current Version 1.0.5
Last Updated 2023-06-09
Publish Date 2021-11-17
Developer takezit
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}