Regex-Search(fork-chrome) Firefox

Examine source code of Regex-Search(fork-chrome)

By: X
Inspect and view changes in Regex-Search(fork-chrome) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Regex Search",
  "description": "An extension for Regex Search in lieu of Firefox's CTRL+F",
  "version": "1.1.1",
  "icons": {
    "16": "icons/icons_16.png",
    "24": "icons/icons_24.png",
    "32": "icons/icons_32.png",
    "48": "icons/icons_48.png",
    "64": "icons/icons_64.png",
    "72": "icons/icons_72.png",
    "96": "icons/icons_96.png",
    "128": "icons/icons_128.png",
    "256": "icons/icons_256.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icons_16.png",
      "24": "icons/icons_24.png",
      "32": "icons/icons_32.png",
      "48": "icons/icons_48.png",
      "64": "icons/icons_64.png",
      "72": "icons/icons_72.png",
      "96": "icons/icons_96.png",
      "128": "icons/icons_128.png",
      "256": "icons/icons_256.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+F",
        "mac": "Command+Shift+F",
        "chromeos": "Ctrl+Shift+F",
        "linux": "Ctrl+Shift+F"
      }
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{471874c3-7973-4867-98db-80b65f6e52c5}"
    }
  }
}

Best Regex-Search(fork-chrome) Alternatives

Here are some Firefox add-ons that are similar to Regex-Search(fork-chrome):