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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit)."입니다.

확장 프로그램 스크린샷

screenshot

UHC Display 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}