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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NFL Timezone 18/19 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |