Multi Find: Search, Highlight, Explore Firefox

Examine source code of Multi Find: Search, Highlight, Explore

Inspect and view changes in Multi Find: Search, Highlight, Explore source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_man_name__",
  "version": "1.98.6",
  "description": "__MSG_man_descript__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "sw.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "all_frames": true,
      "css": [
        "highlight.css"
      ],
      "js": [
        "const.js",
        "setter.js",
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "highlight.css",
        "multi-find-element.js",
        "popup.html",
        "/audio/beep.mp3",
        "/audio/beep2.mp3"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    },
    "toggle_ext": {
      "description": "__MSG_man_highlights__"
    },
    "toggle_glow": {
      "description": "__MSG_man_softglow__"
    },
    "toggle_scroll": {
      "description": "__MSG_man_scroll__"
    },
    "toggle_diac": {
      "description": "__MSG_man_diac__"
    },
    "toggle_case": {
      "description": "__MSG_man_case__"
    },
    "add_select": {
      "description": "__MSG_man_addselect__"
    },
    "fire_pulse": {
      "description": "__MSG_man_pulse__"
    },
    "toggle_sound": {
      "description": "__MSG_man_sound__"
    },
    "search_prev": {
      "description": "__MSG_man_prev__"
    },
    "search_next": {
      "description": "__MSG_man_next__"
    },
    "clear_all": {
      "description": "__MSG_man_tool2__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "info@vgreco.fr",
      "strict_min_version": "109.0"
    }
  }
}

Best Multi Find: Search, Highlight, Explore Alternatives

Here are some Firefox add-ons that are similar to Multi Find: Search, Highlight, Explore: