BYU Webcams

Displays the current public BYU webcam images.

BYU Webcams란 무엇입니까?

BYU Webcams은(는) BYU Webcams에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the current public BYU webcam images."입니다.

확장 프로그램 스크린샷

screenshot

BYU Webcams 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 BYU Webcams BYU Webcams
ID popkdjdpaicpdnfpgopjkmhibkngomho
공식 URL https://chromewebstore.google.com/detail/byu-webcams/popkdjdpaicpdnfpgopjkmhibkngomho
설명 Displays the current public BYU webcam images.
파일 크기 42.23 KB
설치 횟수 46
현재 버전 2.7
최근 업데이트 2015-12-13
출시 날짜 2015-12-12
평점 5.00/5 총 1 개의 평점
개발자 BYU Webcams
결제 유형 free
지원되는 언어 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\/"
    ]
}