Coursera Playback Speed
Allows you to set playback speed to any value (from 0.25x to 10x)
Coursera Playback Speedとは何ですか?
Coursera Playback SpeedはChurch of Thoughtによって開発されたChromeの拡張機能で、その主な機能は「Allows you to set playback speed to any value (from 0.25x to 10x)」です。
拡張機能のスクリーンショット
Coursera Playback Speed拡張機能のCRXファイルをダウンロード
Coursera Playback Speed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Coursera's video player normally caps the playback speed to a maximum of 2x. With this extension, the playback speed can be increased to any desired multiplier from 0.25x to 10x. The keyboard shortcuts are listed below: Space: Play/Pause Up: Increase Volume Down: Decrease Volume Left: Skip Back Right: Skip Forward F: Toggle Fullscreen
拡張機能の基本情報
名前 | Coursera Playback Speed |
ID | ggonllaomlopoinanbapoaamhomlflao |
公式URL | https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao |
説明 | Allows you to set playback speed to any value (from 0.25x to 10x) |
ファイルサイズ | 19.73 KB |
インストール数 | 983 |
現在のバージョン | 1.1 |
最終更新日 | 2022-04-11 |
公開日 | 2020-10-17 |
評価 | 4.13/5 合計 16 レビュー |
開発者 | Church of Thought |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/ |
プライバシーポリシーページのURL | https://churchofthought.org/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allows you to set playback speed to any value (from 0.25x to 10x)", "manifest_version": 2, "name": "Coursera Playback Speed", "short_name": "Coursera Playspeed", "version": "1.1", "icons": { "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.coursera.org\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "hook.js" ] } |