Ui Video Tools
Adds an expand button to the unifi video interface
Ui Video Toolsคืออะไร?
Ui Video Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย littlej247 และคุณลักษณะหลักของมันคือ "Adds an expand button to the unifi video interface"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ui Video Tools
ดาวน์โหลดไฟล์ส่วนขยาย Ui Video Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No affiliation with Ubiquity in any way. Adds an expand button to the unifi video "live view" page that makes the video feed take up the whole tab, then provides an exit button in the top right. The code is posted on github if anyone wants
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ui Video Tools |
ID | mbokldhgijagdechaddhaplkkkihmnda |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ui-video-tools/mbokldhgijagdechaddhaplkkkihmnda |
คำอธิบาย | Adds an expand button to the unifi video interface |
ขนาดไฟล์ | 6.16 KB |
จำนวนการติดตั้ง | 399 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-11-15 |
วันที่เผยแพร่ | 2020-11-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | littlej247 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/littlej247/Unifi-Video-Tools |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ui Video Tools", "version": "0.1", "description": "Adds an expand button to the unifi video interface", "content_scripts": [ { "matches": [ "https:\/\/video.ui.com\/*", "https:\/\/*:7443\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/github.com\/littlej247\/Unifi-Video-Tools" } |