AtCoder Color
AtCoderの問題一覧を提出状況に応じて色付けします.
Wat is AtCoder Color?
AtCoder Color is een Chrome-extensie ontwikkeld door sune2, en de belangrijkste functie is "AtCoderの問題一覧を提出状況に応じて色付けします.".
Extensie Screenshots
Download het CRX-bestand van de extensie AtCoder Color
Download AtCoder Color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
緑:AC 黃:部分点 赤:提出したものの0点 ※この拡張機能は個人が開発したものであり非公式です. ※使用は自己責任でお願いします. v1.3 - 2017/06/04 ARCで色付けされる問題がずれるバグを修正 v1.4 - 2019/04/21 AtCoderのURLの形式が変わったことへの対応
Basisinformatie over de Extensie
Naam | AtCoder Color |
ID | mcefknoiablejellmicpmokcaelpdaec |
Officiële URL | https://chromewebstore.google.com/detail/atcoder-color/mcefknoiablejellmicpmokcaelpdaec |
Beschrijving | AtCoderの問題一覧を提出状況に応じて色付けします. |
Bestandsgrootte | 39.79 KB |
Aantal Installaties | 1,473 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2019-04-20 |
Publicatiedatum | 2019-04-20 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | sune2 |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AtCoder Color", "description": "AtCoder\u306e\u554f\u984c\u4e00\u89a7\u3092\u63d0\u51fa\u72b6\u6cc1\u306b\u5fdc\u3058\u3066\u8272\u4ed8\u3051\u3057\u307e\u3059\uff0e", "version": "1.4", "permissions": [ "http:\/\/*.contest.atcoder.jp\/*", "https:\/\/*.contest.atcoder.jp\/*", "https:\/\/atcoder.jp\/contests\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.contest.atcoder.jp\/assignments", "https:\/\/*.contest.atcoder.jp\/assignments", "https:\/\/atcoder.jp\/contests\/*\/tasks" ], "js": [ "jquery.min.js", "myscript.js" ], "css": [ "mycss.css" ], "run_at": "document_end", "all_frames": false } ] } |