Hudl Clip Link

Updates Hudl Library URL with a direct link to the clip being played

ما هو Hudl Clip Link؟

Hudl Clip Link هو إضافة Chrome تم تطويرها بواسطة laurentchicoine، والميزة الرئيسية لها هي "Updates Hudl Library URL with a direct link to the clip being played".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hudl Clip Link

قم بتنزيل ملفات الامتداد Hudl Clip Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Unofficial Hudl plugin that updates the browser URL with the URL of the currently playing clip. This allows to easily integrate link to a specific clip into presentations or communications.

*This extension is only for the American Football version of the Hudl Library.                    

معلومات أساسية عن التمديد

الاسم Hudl Clip Link Hudl Clip Link
ID aibmlpojgkmjjnfbehnbfegcfgglghlg
عنوان URL الرسمي https://chromewebstore.google.com/detail/hudl-clip-link/aibmlpojgkmjjnfbehnbfegcfgglghlg
الوصف Updates Hudl Library URL with a direct link to the clip being played
حجم الملف 62.13 KB
عدد التثبيتات 310
النسخة الحالية 0.0.0.3
آخر تحديث 2021-02-17
تاريخ النشر 2018-08-11
تقييم 5.00/5 مجموع تقييمات 1
المطور laurentchicoine
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hudl Clip Link",
    "description": "Updates Hudl Library URL with a direct link to the clip being played",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "icon-disabled.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.hudl.com\/library\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hudl.com\/library\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}