NFL Timezone 18/19

This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone.

什麼是NFL Timezone 18/19?

NFL Timezone 18/19是由Mike Spitz開發的Chrome擴展程式,該擴展的主要功能是“This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone.”。

擴展截圖

screenshot

下載NFL Timezone 18/19擴展crx文件

下載NFL Timezone 18/19擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Ever been annoyed having to calculate what time the NFL game is on in your area when browsing the NFL site? No more! This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone.

It will automatically guess the timezone for you and update accordingly. You are also able to choose whether you would like the actual time to be displayed in a different color.

This extension only accesses content on NFL.com purely for updating the time appropriately.

Updates: Add fix for morning games not being converted correctly                    

擴展基本資訊

名稱 NFL Timezone 18/19 NFL Timezone 18/19
ID hbankanjaoileihnbmkeamgiapheiapb
官方網址 https://chromewebstore.google.com/detail/nfl-timezone-1819/hbankanjaoileihnbmkeamgiapheiapb
簡介 This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone.
檔案大小 270 KB
安裝次數 42
目前版本 1.70
更新時間 2018-09-08
上架時間 2018-09-08
評分 4.67/5 共 3 次評分
開發者 Mike Spitz
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Mike Spitz",
    "name": "NFL Timezone 18\/19",
    "short_name": "NFL Timezone",
    "description": "This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone.",
    "version": "1.70",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "lib\/jquery\/jquery.min.js",
                "lib\/momentjs\/moment-with-locales.min.js",
                "lib\/momentjs\/moment-timezone-with-data.min.js",
                "content_scripts.js"
            ],
            "matches": [
                "*:\/\/*.nfl.com\/*"
            ]
        }
    ],
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png",
        "250": "icons\/icon_250.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.nfl.com\/*"
    ]
}