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": "1.1.0",
  "description": "Get short definitions of highlighted words using Gemini API.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "command-01": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Command 1"
    },
    "command-02": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "Command 2"
    },
    "command-03": {
      "suggested_key": {
        "default": "Ctrl+Shift+3"
      },
      "description": "Command 3"
    },
    "command-04": {
      "description": "Command 5"
    },
    "command-05": {
      "description": "Command 5"
    },
    "command-06": {
      "description": "Command 6"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "logo.png"
  },
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-quick-definition@quockhanhz176.com",
      "strict_min_version": "126.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best Quick Search Alternatives

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