AOJ Solved Checker

Aizu Online Judge用の拡張機能です。問題の解答状況(未提出 / 正解 / 不正解)や過去の提出を確認することができます。

What is AOJ Solved Checker?

AOJ Solved Checker is a Chrome extension developed by Hiroyuki Sano, and its main feature is "Aizu Online Judge用の拡張機能です。問題の解答状況(未提出 / 正解 / 不正解)や過去の提出を確認することができます。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download AOJ Solved Checker Extension CRX File

Download AOJ Solved Checker 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

                        Aizu Online Judge用の拡張機能です。問題の解答状況(未提出 / 正解 / 不正解)を確認することができます。

# 更新
2012/09/25: [Ver. 1.3]
Virtual Arena のコンテスト通知機能を追加しました。
開始時間前になるとデスクトップにコンテスト情報の通知が表示されます。

2012/09/07: [Ver. 1.2]
問題文中のサンプル入出力を抽出してコピーできる機能を追加しました。
Submission Statusの色を設定できる機能を追加しました。

Aizu Online Judge
http://judge.u-aizu.ac.jp/onlinejudge/                    

Extension Basic Information

Name AOJ Solved Checker AOJ Solved Checker
ID ejkpalkmpnkcmnhhmippgoaficgailbg
Official URL https://chromewebstore.google.com/detail/aoj-solved-checker/ejkpalkmpnkcmnhhmippgoaficgailbg
Description Aizu Online Judge用の拡張機能です。問題の解答状況(未提出 / 正解 / 不正解)や過去の提出を確認することができます。
File Size 278 KB
Installation Count 99
Current Version 1.4.812
Last Updated 2016-02-07
Publish Date 2016-02-07
Rating 5.00/5 Total 1 Ratings
Developer Hiroyuki Sano
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.4.812",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/aoj-solved-checker\/ejkpalkmpnkcmnhhmippgoaficgailbg",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "\/images\/icon-16.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "default_locale": "ja",
    "background": {
        "page": "\/html\/background.html",
        "persistent": false
    },
    "page_action": {
        "default_title": "AOJ Solved Checker",
        "default_popup": "\/html\/popup.html"
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "notifications",
        "alarms",
        "http:\/\/judge.u-aizu.ac.jp\/",
        "http:\/\/rhodon.u-aizu.ac.jp:8080\/"
    ]
}