re:Invent Video Speed Controls
Gives you more control over the speed of your re:Invent videos.
re:Invent Video Speed Controlsとは何ですか?
re:Invent Video Speed ControlsはMadlucas Productionsによって開発されたChromeの拡張機能で、その主な機能は「Gives you more control over the speed of your re:Invent videos.」です。
拡張機能のスクリーンショット
re:Invent Video Speed Controls拡張機能のCRXファイルをダウンロード
re:Invent Video Speed Controls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AWS re:Invent 2020 is free to everyone, but the video player only offers 0.5x, normal, 2x and 4x playback speeds. This tool adds a variety of additional options so that you can speed up or slow down keynotes, sessions, dev chats, and more.
This makes it easier to watch and learn at a pace that's best for you. 拡張機能の基本情報
| 名前 | |
| ID | omibjdfmphnoegpgdbiclekheecobppo |
| 公式URL | https://chromewebstore.google.com/detail/reinvent-video-speed-cont/omibjdfmphnoegpgdbiclekheecobppo |
| 説明 | Gives you more control over the speed of your re:Invent videos. |
| ファイルサイズ | 21.35 KB |
| インストール数 | 83 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2020-12-02 |
| 公開日 | 2020-12-02 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Madlucas Productions |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "re:Invent Video Speed Controls",
"version": "0.1",
"description": "Gives you more control over the speed of your re:Invent videos.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/rv-16.png",
"32": "images\/rv-32.png",
"48": "images\/rv-48.png",
"128": "images\/rv-128.png"
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/rv-16.png",
"32": "images\/rv-32.png",
"48": "images\/rv-48.png",
"128": "images\/rv-128.png"
}
},
"manifest_version": 2
} | |