LeetCode Problem Link Helper Firefox

Examine source code of LeetCode Problem Link Helper

제작자: Ayush Baliyan
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/*"
  ]
}

최고의 LeetCode Problem Link Helper 대안

다음은 LeetCode Problem Link Helper과(와) 유사한 Firefox add-on입니다: