Adapt Inspector Firefox

Examine source code of Adapt Inspector

By: Kineo
Inspect and view changes in Adapt Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Adapt Inspector",
  "version": "0.2.0",
  "description": "Inspect details of elements in Adapt courses",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "inspector.css"
      ],
      "js": [
        "lodash.custom.min.js",
        "jquery.min.js",
        "inspector.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "lodash.custom.min.js",
    "postadaptdata.js"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage"
  ]
}

Best Adapt Inspector Alternatives

Here are some Firefox add-ons that are similar to Adapt Inspector: