AtCoder Color
AtCoderの問題一覧を提出状況に応じて色付けします.
Cos'è AtCoder Color?
AtCoder Color è un'estensione di Chrome sviluppata da sune2, e la sua funzione principale è "AtCoderの問題一覧を提出状況に応じて色付けします.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AtCoder Color
Scarica i file di estensione AtCoder Color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
緑:AC
黃:部分点
赤:提出したものの0点
※この拡張機能は個人が開発したものであり非公式です.
※使用は自己責任でお願いします.
v1.3 - 2017/06/04
ARCで色付けされる問題がずれるバグを修正
v1.4 - 2019/04/21
AtCoderのURLの形式が変わったことへの対応 Informazioni di Base sull'Estensione
| Nome | |
| ID | mcefknoiablejellmicpmokcaelpdaec |
| URL Ufficiale | https://chromewebstore.google.com/detail/atcoder-color/mcefknoiablejellmicpmokcaelpdaec |
| Descrizione | AtCoderの問題一覧を提出状況に応じて色付けします. |
| Dimensione del File | 39.79 KB |
| Conteggio Installazioni | 1,473 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2019-04-20 |
| Data di Pubblicazione | 2019-04-20 |
| Valutazione | 4.60/5 Totale 10 Valutazioni |
| Sviluppatore | sune2 |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
]
} | |