Quick Search Firefox

Examine source code of Quick Search

Inspect and view changes in Quick Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Search",
  "version": "0.2",
  "description": "Search or open on selected text.",
  "icons": {
    "99": "icons/icon-99.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8140159e-3fda-4058-8a91-32b918741bf0}"
    }
  },
  "action": {
    "default_icon": {
      "99": "icons/icon-99.png"
    },
    "default_title": "Preferences"
  },
  "commands": {
    "openSearch": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "Open or Search"
    },
    "openSearch2nd": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Open or Search with 2nd Search Engine"
    },
    "openSearchBG": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "Open or Search in Background"
    }
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best Quick Search Alternatives

Here are some Firefox add-ons that are similar to Quick Search: