AOJ Solved Checker

AOJ Solved Checker

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

Merlin
Additional files are visible only to premium users

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/"
  ]
}