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).”。
擴展截圖
下載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 |
ID | fhahdfchkjkffjjlgaejkobfjgcpdcll |
官方網址 | 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" } |