UHC Display

This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).

UHC Display क्या है?

UHC Display alexcbeals द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UHC Display एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).  You can either type in your current location, or let your computer auto-calculate your difference from UTC time, and it will automatically alter the times for upcoming matches for your location, making it easier to see what games are upcoming at a moment's notice.  Additional features include being able to change from military time to 12-hour-time, and removing the "UTC" time zone abbreviation ending.                    

एक्सटेंशन की मूल जानकारी

नाम UHC Display UHC Display
ID fhahdfchkjkffjjlgaejkobfjgcpdcll
आधिकारिक URL https://chromewebstore.google.com/detail/uhc-display/fhahdfchkjkffjjlgaejkobfjgcpdcll
विवरण This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).
फ़ाइल का आकार 175 KB
स्थापना संख्या 54
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2014-04-08
प्रकाशन तिथि 2014-04-08
रेटिंग 4.69/5 कुल 16 रेटिंग्स
डेवलपर alexcbeals
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UHC Display",
    "version": "1.1.0",
    "description": "This extension converts UTC time text to the time format for your area (only on the \/r\/ultrahardcore subreddit).",
    "icons": {
        "16": "img\/app16.png",
        "48": "img\/app48.png",
        "128": "img\/app128.png"
    },
    "content_scripts": [
        {
            "js": [
                "fixdate.js"
            ],
            "matches": [
                "*:\/\/www.reddit.com\/r\/ultrahardcore\/*",
                "http:\/\/paralleluhc.net\/calendar\/"
            ],
            "exclude_globs": [
                "*:\/\/www.reddit.com\/r\/ultrahardcore\/submit*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "http:\/\/api.wolframalpha.com\/*"
    ],
    "signature": "Alex Beals copyright 2014"
}