UHC Display
This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).
UHC Display là gì?
UHC Display là một tiện ích mở rộng Chrome được phát triển bởi alexcbeals, và tính năng chính của nó là "This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UHC Display
Tải xuống các tệp mở rộng UHC Display dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UHC Display |
ID | fhahdfchkjkffjjlgaejkobfjgcpdcll |
URL Chính Thức | https://chromewebstore.google.com/detail/uhc-display/fhahdfchkjkffjjlgaejkobfjgcpdcll |
Mô tả | This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit). |
Kích Thước Tệp | 175 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2014-04-08 |
Ngày Phát Hành | 2014-04-08 |
Đánh Giá | 4.69/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | alexcbeals |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |