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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | kpgngbpogpnnempdhegmkojhoplopgce |
官方網址 | 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" } } |