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 هو إضافة Chrome تم تطويرها بواسطة alexcbeals، والميزة الرئيسية لها هي "This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UHC Display

قم بتنزيل ملفات الامتداد UHC Display بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}