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