Codeforces QoL Firefox

Examine source code of Codeforces QoL

제작자: tomytp
Inspect and view changes in Codeforces QoL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Codeforces QoL",
  "version": "1.0.0",
  "description": "Quality-of-life enhancements for Codeforces: Focus Mode, instant problem navigation, clipboard submit, hide test info, and gym finder.",
  "browser_specific_settings": {
    "gecko": {
      "id": "codeforces-qol@extension.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "browser_action": {
    "default_title": "Codeforces QoL",
    "default_popup": "src/ui/popup.html"
  },
  "options_ui": {
    "page": "src/ui/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "clipboardRead",
    "tabs",
    "https://codeforces.com/*",
    "https://*.codeforces.com/*"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://codeforces.com/*",
        "https://*.codeforces.com/*"
      ],
      "js": [
        "src/shared/storage.js",
        "src/content/global.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://codeforces.com/contest/*/problem/*",
        "https://*.codeforces.com/contest/*/problem/*",
        "https://codeforces.com/gym/*/problem/*",
        "https://*.codeforces.com/gym/*/problem/*"
      ],
      "js": [
        "src/shared/storage.js",
        "src/content/navigation.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://codeforces.com/contest/*",
        "https://*.codeforces.com/contest/*",
        "https://codeforces.com/gym/*",
        "https://*.codeforces.com/gym/*"
      ],
      "js": [
        "src/shared/storage.js",
        "src/content/contest.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://codeforces.com/problemset/submit*",
        "https://*.codeforces.com/problemset/submit*",
        "https://codeforces.com/contest/*/submit*",
        "https://*.codeforces.com/contest/*/submit*",
        "https://codeforces.com/gym/*/submit*",
        "https://*.codeforces.com/gym/*/submit*"
      ],
      "js": [
        "src/shared/storage.js",
        "src/content/submit.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://codeforces.com/contest/*/submission/*",
        "https://*.codeforces.com/contest/*/submission/*",
        "https://codeforces.com/problemset/submission/*/*",
        "https://*.codeforces.com/problemset/submission/*/*",
        "https://codeforces.com/gym/*/submission/*",
        "https://*.codeforces.com/gym/*/submission/*",
        "https://codeforces.com/contest/*/my",
        "https://*.codeforces.com/contest/*/my",
        "https://codeforces.com/gym/*/my",
        "https://*.codeforces.com/gym/*/my",
        "https://codeforces.com/contest/*/problem/*",
        "https://*.codeforces.com/contest/*/problem/*",
        "https://codeforces.com/gym/*/problem/*",
        "https://*.codeforces.com/gym/*/problem/*",
        "https://codeforces.com/problemset/status*",
        "https://*.codeforces.com/problemset/status*"
      ],
      "js": [
        "src/shared/storage.js",
        "src/content/submission.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://codeforces.com/gyms"
      ],
      "js": [
        "src/shared/sha512.js",
        "src/shared/cf-api.js",
        "src/shared/storage.js",
        "src/content/gym-page.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

최고의 Codeforces QoL 대안

다음은 Codeforces QoL과(와) 유사한 Firefox add-on입니다: