Codeforces: Submission time in local timezone
View the time associated with your submissions in your local time zone
Codeforces: Submission time in local timezone là gì?
Codeforces: Submission time in local timezone là một tiện ích mở rộng Chrome được phát triển bởi manu-chroma, và tính năng chính của nó là "View the time associated with your submissions in your local time zone".
Ả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 Codeforces: Submission time in local timezone
Tải xuống các tệp mở rộng Codeforces: Submission time in local timezone 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
In codeforces, the user sees submission times for their code submissions in MST (Moscow Standard Time). This extension, converts and displays the time in your local time zone.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Codeforces: Submission time in local timezone |
ID | dfegjfgkamidfikgflhkdjgejoekblhl |
URL Chính Thức | https://chromewebstore.google.com/detail/codeforces-submission-tim/dfegjfgkamidfikgflhkdjgejoekblhl |
Mô tả | View the time associated with your submissions in your local time zone |
Kích Thước Tệp | 64.1 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2019-03-23 |
Ngày Phát Hành | 2019-03-23 |
Nhà Phát Triển | manu-chroma |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/manu-chroma/CF-Local-Time |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codeforces: Submission time in local timezone", "version": "0.3", "description": "View the time associated with your submissions in your local time zone", "permissions": [ "https:\/\/codeforces.com\/submissions\/*", "https:\/\/codeforces.com\/submissions\/*", "https:\/\/codeforces.com\/contest\/*\/my", "activeTab", "declarativeContent", "storage", "management" ], "content_scripts": [ { "matches": [ "https:\/\/codeforces.com\/submissions\/*", "https:\/\/codeforces.com\/submissions\/*", "https:\/\/codeforces.com\/contest\/*\/my" ], "css": [], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "vendor\/hot-reload.js" ], "persistent": false }, "web_accessible_resources": [ "*" ], "icons": { "16": "images\/icons8-timer-16.png", "32": "images\/icons8-timer-32.png", "48": "images\/icons8-timer-48.png" }, "browser_action": { "default_icon": { "16": "images\/icons8-timer-16.png", "32": "images\/icons8-timer-32.png", "48": "images\/icons8-timer-48.png" } }, "manifest_version": 2 } |