UT Football Countdown

This extensions counts down the time until UT football

UT Football Countdownคืออะไร?

UT Football Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย techlifeinterface และคุณลักษณะหลักของมันคือ "This extensions counts down the time until UT football"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UT Football Countdown

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}