SmartContextUI Firefox

Examine source code of SmartContextUI

Par : Asmit Rai
Inspect and view changes in SmartContextUI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SmartContextUI",
  "description": "AI-powered UI element explanations — right-click any element to understand what it does.",
  "version": "6.0.0",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "alarms"
  ],
  "host_permissions": [
    "https://integrate.api.nvidia.com/*"
  ],
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-Cg8lqJG2.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "src/assets/icon-16.png",
      "48": "src/assets/icon-48.png",
      "128": "src/assets/icon-128.png"
    }
  },
  "icons": {
    "16": "src/assets/icon-16.png",
    "48": "src/assets/icon-48.png",
    "128": "src/assets/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/types-zmHndNzl.js",
        "assets/constants-Cz4gD9_P.js",
        "assets/index.ts-CgnCYRCe.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "smartcontextui@addon",
      "strict_min_version": "128.0"
    }
  }
}

Meilleures alternatives SmartContextUI

Voici quelques Firefox add-ons qui sont similaires à SmartContextUI :