google-keyboard-shortcuts Firefox

Examine source code of google-keyboard-shortcuts

By: Boon Add-on
Inspect and view changes in google-keyboard-shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "google-keyboard-shortcuts",
  "version": "1.0.0",
  "description": "Use j/k or arrow keys to navigate Google search results",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "plugin.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "google-keyboard-shortcuts@boon",
      "strict_min_version": "110.0"
    }
  }
}

Best google-keyboard-shortcuts Alternatives

Here are some Firefox add-ons that are similar to google-keyboard-shortcuts: