LearnWorlds Video Speed Controller

Allows users to control the playback speed of their video courses.

LearnWorlds Video Speed Controllerとは何ですか?

LearnWorlds Video Speed Controllerはhttps://www.learnworlds.comによって開発されたChromeの拡張機能で、その主な機能は「Allows users to control the playback speed of their video courses.」です。

拡張機能のスクリーンショット

screenshot

LearnWorlds Video Speed Controller拡張機能のCRXファイルをダウンロード

LearnWorlds Video Speed Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension enables LearnWorlds school students to control the playback speed of their interactive video. Install it and a new option will appear next to the sound volume icon of your video player which will enable you to set different speeds for the video playback. A must have for flexible learners.                    

拡張機能の基本情報

名前 LearnWorlds Video Speed Controller LearnWorlds Video Speed Controller
ID pdoejjfjocbdegpijjilmkoebicimahh
公式URL https://chrome.google.com/webstore/detail/learnworlds-video-speed-c/pdoejjfjocbdegpijjilmkoebicimahh
説明 Allows users to control the playback speed of their video courses.
ファイルサイズ 18.83 KB
インストール数 1,000
現在のバージョン 1.0.1
最終更新日 2017-06-23
公開日 2017-06-23
評価 3.67/5 合計 9 レビュー
開発者 https://www.learnworlds.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.learnworlds.com/privacy-policy
対応言語 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-16.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/vimeo.js"
            ],
            "matches": [
                "*:\/\/vimeo.com\/*",
                "*:\/\/player.vimeo.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}