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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}