ConnecTEA Firefox

Examine source code of ConnecTEA

제작자: TheFieryFalcon Add-on
Inspect and view changes in ConnecTEA source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ConnecTEA",
  "description": "Gets the tea from charts on the site",
  "version": "0.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "connectea@yourdomain.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://connect.det.wa.edu.au/group/students/ui/my-settings/assessment-outlines*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "thing.js",
        "style.css"
      ],
      "matches": [
        "https://connect.det.wa.edu.au/*"
      ]
    }
  ]
}

최고의 ConnecTEA 대안

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