Hudl Clip Link
Updates Hudl Library URL with a direct link to the clip being played
Apa itu Hudl Clip Link?
Hudl Clip Link adalah ekstensi Chrome yang dikembangkan oleh laurentchicoine, dan fitur utamanya adalah "Updates Hudl Library URL with a direct link to the clip being played".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hudl Clip Link
Unduh file ekstensi Hudl Clip Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Hudl Clip Link |
ID | aibmlpojgkmjjnfbehnbfegcfgglghlg |
URL Resmi | https://chromewebstore.google.com/detail/hudl-clip-link/aibmlpojgkmjjnfbehnbfegcfgglghlg |
Deskripsi | Updates Hudl Library URL with a direct link to the clip being played |
Ukuran File | 62.13 KB |
Jumlah Instalasi | 310 |
Versi Saat Ini | 0.0.0.3 |
Terakhir Diperbarui | 2021-02-17 |
Tanggal Publikasi | 2018-08-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | laurentchicoine |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |