PolyLogoFix Firefox

Examine source code of PolyLogoFix

제작자: Reemer
Inspect and view changes in PolyLogoFix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "PolyLogoFix",
  "version": "1.7",
  "description": "Replaces the 'improved' Cal Poly logo with the old one on the portal.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://polylearn.calpoly.edu/*",
        "*://myportal.calpoly.edu/*",
        "*://cmsweb.calpoly.edu/*"
      ],
      "all_frames": true,
      "js": [
        "js/replace_header.js"
      ]
    },
    {
      "matches": [
        "*://myportal.calpoly.edu/*"
      ],
      "all_frames": true,
      "js": [
        "js/replace_icon.js"
      ]
    },
    {
      "matches": [
        "*://idp.calpoly.edu/*"
      ],
      "all_frames": true,
      "js": [
        "js/replace_header_login.js",
        "js/replace_icon_login.js"
      ]
    },
    {
      "matches": [
        "*://canvas.calpoly.edu/*"
      ],
      "all_frames": true,
      "js": [
        "js/replace_canvas.js"
      ]
    },
    {
      "matches": [
        "*://schedules.calpoly.edu/*"
      ],
      "all_frames": true,
      "js": [
        "js/replace_schedules.js"
      ]
    }
  ],
  "icons": {
    "128": "icons/hand128.png"
  }
}

최고의 PolyLogoFix 대안

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