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
公式URL 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
Eメール [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\/*"
    ]
}