らくストリーム

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

Was ist らくストリーム?

らくストリーム ist eine Chrome-Erweiterung, die von takezit entwickelt wurde, und ihr Hauptmerkmal ist "Microsoft Streamのキーボードショートカットを拡張します。".

Erweiterungsscreenshots

screenshot

らくストリーム-Erweiterungs-CRX-Datei herunterladen

Laden Sie らくストリーム-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name らくストリーム らくストリーム
ID ohikmekdnbimhjloaflgmojoonalkobm
Offizielle 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
Beschreibung Microsoft Streamのキーボードショートカットを拡張します。
Dateigröße 9.42 KB
Installationsanzahl 28
Aktuelle Version 1.0.5
Letztes Update 2023-06-09
Veröffentlichungsdatum 2021-11-17
Entwickler takezit
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}