Ui Video Tools
Adds an expand button to the unifi video interface
Ui Video Tools là gì?
Ui Video Tools là một tiện ích mở rộng Chrome được phát triển bởi littlej247, và tính năng chính của nó là "Adds an expand button to the unifi video interface".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ui Video Tools
Tải xuống các tệp mở rộng Ui Video Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ui Video Tools |
ID | mbokldhgijagdechaddhaplkkkihmnda |
URL Chính Thức | https://chromewebstore.google.com/detail/ui-video-tools/mbokldhgijagdechaddhaplkkkihmnda |
Mô tả | Adds an expand button to the unifi video interface |
Kích Thước Tệp | 6.16 KB |
Số Lần Cài Đặt | 399 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2020-11-15 |
Ngày Phát Hành | 2020-11-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | littlej247 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/littlej247/Unifi-Video-Tools |
Ngôn Ngữ Được Hỗ Trợ | 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" } |