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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}