Regex Finder Firefox

Examine source code of Regex Finder

By: Keghart
Inspect and view changes in Regex Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Regex Finder",
  "description": "Search and highlight all matches on the page using a regular expression",
  "version": "1.0",
  "icons": {
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/64.png",
    "default_title": "Regex Find",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{876f85bd-6e50-4814-b9c2-3fa2dfeae091}",
      "strict_min_version": "95.0"
    }
  }
}

Best Regex Finder Alternatives

Here are some Firefox add-ons that are similar to Regex Finder: