AOJ Solved Checker

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

Wat is AOJ Solved Checker?

AOJ Solved Checker is een Chrome-extensie ontwikkeld door Hiroyuki Sano, en de belangrijkste functie is "Aizu Online Judge用の拡張機能です。問題の解答状況(未提出 / 正解 / 不正解)や過去の提出を確認することができます。".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AOJ Solved Checker

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

                        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/                    

Basisinformatie over de Extensie

Naam AOJ Solved Checker AOJ Solved Checker
ID ejkpalkmpnkcmnhhmippgoaficgailbg
Officiële URL https://chromewebstore.google.com/detail/aoj-solved-checker/ejkpalkmpnkcmnhhmippgoaficgailbg
Beschrijving Aizu Online Judge用の拡張機能です。問題の解答状況(未提出 / 正解 / 不正解)や過去の提出を確認することができます。
Bestandsgrootte 278 KB
Aantal Installaties 99
Huidige Versie 1.4.812
Laatst Bijgewerkt 2016-02-07
Publicatiedatum 2016-02-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Hiroyuki Sano
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}