Codeforces: Submission time in local timezone
View the time associated with your submissions in your local time zone
Codeforces: Submission time in local timezoneคืออะไร?
Codeforces: Submission time in local timezone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manu-chroma และคุณลักษณะหลักของมันคือ "View the time associated with your submissions in your local time zone"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codeforces: Submission time in local timezone
ดาวน์โหลดไฟล์ส่วนขยาย Codeforces: Submission time in local timezone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Codeforces: Submission time in local timezone |
ID | dfegjfgkamidfikgflhkdjgejoekblhl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codeforces-submission-tim/dfegjfgkamidfikgflhkdjgejoekblhl |
คำอธิบาย | View the time associated with your submissions in your local time zone |
ขนาดไฟล์ | 64.1 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2019-03-23 |
วันที่เผยแพร่ | 2019-03-23 |
ผู้พัฒนา | manu-chroma |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/manu-chroma/CF-Local-Time |
ภาษาที่รองรับ | 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 } |