Hudl Multi Screen

Allows to open a synchronized external video player for easier data entry when using multiple screens.

Hudl Multi Screenとは何ですか?

Hudl Multi Screenはlaurentchicoineによって開発されたChromeの拡張機能で、その主な機能は「Allows to open a synchronized external video player for easier data entry when using multiple screens.」です。

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

screenshot

Hudl Multi Screen拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Unofficial Hudl plugin that allows you to open a synchronized external video player for easier data entry when using multiple screens. Simply open your Hudl Library and click on the added icon that allows to open the external video player.

*This extension is only for the American Football version of the Hudl Library.
**You might need to restart your browser after the installation for the plugin to work.
***You should disable the snap detection feature in the player settings for optimal use.                    

拡張機能の基本情報

名前 Hudl Multi Screen Hudl Multi Screen
ID jmlffnpibekcbkhffhhjjdakbenjclck
公式URL https://chromewebstore.google.com/detail/hudl-multi-screen/jmlffnpibekcbkhffhhjjdakbenjclck
説明 Allows to open a synchronized external video player for easier data entry when using multiple screens.
ファイルサイズ 514 KB
インストール数 3,262
現在のバージョン 1.6
最終更新日 2023-11-17
公開日 2019-08-20
評価 5.00/5 合計 5 レビュー
開発者 laurentchicoine
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hudl Multi Screen",
    "description": "Allows to open a synchronized external video player for easier data entry when using multiple screens.",
    "version": "1.6",
    "action": {
        "default_icon": "icon-disabled.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.hudl.com\/library\/*",
        "*:\/\/*.hudl.com\/watch\/team\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hudl.com\/library\/*",
                "*:\/\/*.hudl.com\/watch\/team\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}