LeetCode Problem Link Helper Firefox

Examine source code of LeetCode Problem Link Helper

Inspect and view changes in LeetCode Problem Link Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetCode Problem Link Helper",
  "version": "1.0",
  "description": "Automatically detects coding problems and provides LeetCode links",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "LeetCode Helper"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "leetcode-data.json"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tuf-to-leetcode@ayushbaliyan.dev",
      "strict_min_version": "109.0"
    }
  },
  "host_permissions": [
    "https://takeuforward.org/*"
  ]
}

Mejores alternativas LeetCode Problem Link Helper

Aquí hay algunas Firefox add-ons que son similares a LeetCode Problem Link Helper: