Infinite Toolkit Firefox

Examine source code of Infinite Toolkit

제작자: Mustafa Alsheikh
Inspect and view changes in Infinite Toolkit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Infinite Toolkit",
  "version": "3.0.0",
  "description": "The Ultimate Toolkit App",
  "icons": {
    "48": "assets/logo.png"
  },
  "action": {
    "default_icon": "assets/logo.png",
    "default_popup": "popup/main.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "libs/jquery.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "libs/jquery.min.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{123e4567-e89b-12d3-a456-426614171999}"
    }
  }
}

최고의 Infinite Toolkit 대안

다음은 Infinite Toolkit과(와) 유사한 Firefox add-on입니다: