UT Football Countdown

This extensions counts down the time until UT football

UT Football Countdown란 무엇입니까?

UT Football Countdown은(는) techlifeinterface에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions counts down the time until UT football"입니다.

확장 프로그램 스크린샷

screenshot

UT Football Countdown 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vols football countdown clock.  The app counts down to kickoff for the first game. During the season it will update and also provide stats and highlights for the previous game.                    

확장 프로그램 기본 정보

이름 UT Football Countdown UT Football Countdown
ID kpgngbpogpnnempdhegmkojhoplopgce
공식 URL https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce
설명 This extensions counts down the time until UT football
파일 크기 3.99 MB
설치 횟수 127
현재 버전 1.11
최근 업데이트 2016-07-15
출시 날짜 2016-07-15
평점 2.50/5 총 4 개의 평점
개발자 techlifeinterface
결제 유형 free
확장 프로그램 웹 사이트 http://volscountdown.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UT Football Countdown",
    "short_name": "Vols",
    "description": "This extensions counts down the time until UT football",
    "version": "1.11",
    "browser_action": {
        "default_icon": "logo16.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css",
                "bootstrap.min.css"
            ],
            "js": [
                "script.js",
                "jquery-2.1.4.min.js",
                "angular.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/de3.jpg",
        "img\/dobbs1.jpg",
        "img\/north.jpg"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}