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文件

下载UT Football Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}