Loupe Firefox

Examine source code of Loupe

Inspect and view changes in Loupe source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Loupe",
  "version": "1.1",
  "homepage_url": "https://github.com/scullionw/loupe/",
  "description": "Highlights occurrences of selected word in page.",
  "icons": {
    "96": "icons/loupe-96.png",
    "128": "icons/loupe-128.png",
    "256": "icons/loupe-256.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Loupe",
    "default_icon": {
      "96": "icons/loupe-96.png",
      "128": "icons/loupe-128.png",
      "256": "icons/loupe-256.png"
    }
  },
  "background": {
    "page": "background/background.html"
  },
  "permissions": [
    "find",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "loupe.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "@loupe-extension"
    }
  }
}

Best Loupe Alternatives

Here are some Firefox add-ons that are similar to Loupe: