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)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UHC Display
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |