Prettify USACO Firefox

Examine source code of Prettify USACO

제작자: Prettify USACO
Inspect and view changes in Prettify USACO source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Prettify USACO",
  "description": "Get prettier, more readable USACO Solutions!",
  "version": "1.12",
  "manifest_version": 2,
  "icons": {
    "128": "src/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://usaco.org/*",
        "http://*.usaco.org/*",
        "http://*.usaco.org/*"
      ],
      "js": [
        "src/contentScript.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "src/popup/popup.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "prism/*"
  ]
}

최고의 Prettify USACO 대안

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