Codeforces: Submission time in local timezone
View the time associated with your submissions in your local time zone
Co je Codeforces: Submission time in local timezone?
Codeforces: Submission time in local timezone je rozšíření Chrome vyvinuté manu-chroma, a jeho hlavní funkcí je „View the time associated with your submissions in your local time zone“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Codeforces: Submission time in local timezone
Stáhněte si soubory rozšíření Codeforces: Submission time in local timezone ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Codeforces: Submission time in local timezone |
ID | dfegjfgkamidfikgflhkdjgejoekblhl |
Oficiální URL | https://chromewebstore.google.com/detail/codeforces-submission-tim/dfegjfgkamidfikgflhkdjgejoekblhl |
Popis | View the time associated with your submissions in your local time zone |
Velikost souboru | 64.1 KB |
Počet instalací | 33 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2019-03-23 |
Datum Vydání | 2019-03-23 |
Vývojář | manu-chroma |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/manu-chroma/CF-Local-Time |
Podporované Jazyky | 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 } |