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ファイルをダウンロード

UHC Display拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}