Find & Replace on Page Firefox

Examine source code of Find & Replace on Page

Inspect and view changes in Find & Replace on Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Find & Replace on Page",
  "version": "1.0.0",
  "description": "Highlight, navigate, and replace text on the current page. Supports regex, case, whole word.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_title": "Find & Replace on Page",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{1c06c8fc-659d-4b91-8573-253ae58a0f3d}"
    }
  }
}

Best Find & Replace on Page Alternatives

Here are some Firefox add-ons that are similar to Find & Replace on Page: