BYU Webcams

Displays the current public BYU webcam images.

BYU Webcams là gì?

BYU Webcams là một tiện ích mở rộng Chrome được phát triển bởi BYU Webcams, và tính năng chính của nó là "Displays the current public BYU webcam images.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BYU Webcams

Tải xuống các tệp mở rộng BYU Webcams 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

                        View many of the public BYU webcam with just a click of the mouse.  The images update often, so feel free to sit back and watch.

Webcam images include: 
BYU Testing Center
2 Mountain Cameras
BYU Broadcasting Building
2 Views from the Widstoe of Construction on the new Building
signature card center (near BYU Jamba Juice)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BYU Webcams BYU Webcams
ID popkdjdpaicpdnfpgopjkmhibkngomho
URL Chính Thức https://chromewebstore.google.com/detail/byu-webcams/popkdjdpaicpdnfpgopjkmhibkngomho
Mô tả Displays the current public BYU webcam images.
Kích Thước Tệp 42.23 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2015-12-13
Ngày Phát Hành 2015-12-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển BYU Webcams
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BYU Webcams",
    "short_name": "BYU Webcams",
    "version": "2.7",
    "manifest_version": 2,
    "offline_enabled": false,
    "description": "Displays the current public BYU webcam images.",
    "browser_action": {
        "default_title": "BYU Webcams",
        "default_icon": "favicon.ico",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "favicon.ico",
        "256": "favicon.ico"
    },
    "permissions": [
        "https:\/\/soaregistry.byu.edu\/services\/campusInformation\/webcam\/v1\/streams\/"
    ]
}