Search Popup Firefox

Examine source code of Search Popup

Inspect and view changes in Search Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Search Popup",
  "version": "1.72.1",
  "description": "Displays a smart popup when you select text on any webpage: search, copy, convert, copy to clipboard, open URLs.",
  "icons": {
    "128": "img/icon.png"
  },
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "author": "Krasen Ivanov",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "all_frames": true
    }
  ],
  "options_page": "settings.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "@searchpopup.krasenivanov"
    }
  }
}

Best Search Popup Alternatives

Here are some Firefox add-ons that are similar to Search Popup: