FineFind (Improved Ctrl+F) Firefox

Examine source code of FineFind (Improved Ctrl+F)

Inspect and view changes in FineFind (Improved Ctrl+F) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__ (Beta)",
  "version": "0.7.0",
  "description": "__MSG_extensionDescription__",
  "author": "LeonsDepot (Leon Watermann)",
  "homepage_url": "https://github.com/leonsdepot/FineFind",
  "icons": {
    "48": "img/logo.svg",
    "96": "img/logo.svg"
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "finefind-addon@leonsdepot.de",
      "strict_min_version": "109.0"
    }
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "match_origin_as_fallback": true,
      "js": [
        "js/utils.js",
        "js/highlighter.js",
        "js/notifier.js",
        "js/debouncer.js",
        "js/finefind-ui.js",
        "js/content-script.js"
      ],
      "css": [
        "css/highlighter.css",
        "css/notifier.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/ring.svg",
        "img/logo.svg"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Best FineFind (Improved Ctrl+F) Alternatives

Here are some Firefox add-ons that are similar to FineFind (Improved Ctrl+F):