AtCoder Color

AtCoderの問題一覧を提出状況に応じて色付けします.

What is AtCoder Color?

AtCoder Color is a Chrome extension developed by sune2, and its main feature is "AtCoderの問題一覧を提出状況に応じて色付けします.".

Extension Screenshots

screenshot

Download AtCoder Color Extension CRX File

Download AtCoder Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        緑:AC
黃:部分点
赤:提出したものの0点

※この拡張機能は個人が開発したものであり非公式です.
※使用は自己責任でお願いします.

v1.3 - 2017/06/04
ARCで色付けされる問題がずれるバグを修正

v1.4 - 2019/04/21
AtCoderのURLの形式が変わったことへの対応                    

Extension Basic Information

Name AtCoder Color AtCoder Color
ID mcefknoiablejellmicpmokcaelpdaec
Official URL https://chromewebstore.google.com/detail/atcoder-color/mcefknoiablejellmicpmokcaelpdaec
Description AtCoderの問題一覧を提出状況に応じて色付けします.
File Size 39.79 KB
Installation Count 1,473
Current Version 1.4
Last Updated 2019-04-20
Publish Date 2019-04-20
Rating 4.60/5 Total 10 Ratings
Developer sune2
Payment Type free
Supported Languages 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
        }
    ]
}