LeetJump - Leetcode quick search extension Firefox

Examine source code of LeetJump - Leetcode quick search extension

Inspect and view changes in LeetJump - Leetcode quick search extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LeetJump - Leetcode quick search extension",
  "description": "Quick LeetCode problem search with Alt+L - minimal, fast, and clean interface",
  "version": "1.1.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "https://leetcode.com/*",
    "https://leetcode.cn/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+L",
        "mac": "Alt+L",
        "windows": "Alt+L",
        "chromeos": "Alt+L",
        "linux": "Alt+L"
      },
      "description": "Activate the extension"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{905a3761-f5bf-4c20-a959-ba8590536391}"
    }
  }
}

Best LeetJump - Leetcode quick search extension Alternatives

Here are some Firefox add-ons that are similar to LeetJump - Leetcode quick search extension: