Sciwheel Browser Extension Firefox

Examine source code of Sciwheel Browser Extension

Inspect and view changes in Sciwheel Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Sciwheel Limited",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "action": {
    "default_title": "Sciwheel Browser Extension",
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png",
      "128": "images/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "css": [
        "css/popup.css",
        "css/highlighter.css"
      ],
      "js": [
        "js/config.js",
        "js/jsonML.js",
        "js/helpers.js",
        "js/whitelist.js",
        "js/popup/init.js",
        "js/popup/templates.js",
        "js/popup/handlers.js",
        "js/highlighter/helpers.js",
        "js/highlighter/core.js",
        "js/highlighter/annotations.js",
        "js/highlighter/selectionGrabber.js",
        "js/highlighter/selectionScanner.js",
        "js/highlighter/ui.js",
        "js/pageObjectIds.js",
        "js/content_script.js",
        "js/run.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "description": "Browser Extension from Sciwheel",
  "icons": {
    "128": "images/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Sciwheel Browser Extension",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "F1000AT@jetpack",
      "strict_min_version": "109.0"
    }
  },
  "version": "62.0.0"
}

Best Sciwheel Browser Extension Alternatives

Here are some Firefox add-ons that are similar to Sciwheel Browser Extension: