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 manu-chroma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the time associated with your submissions in your local time zone"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Codeforces: Submission time in local timezone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |