SmartDefine Firefox

Examine source code of SmartDefine

By: Shahin
Inspect and view changes in SmartDefine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SmartDefine",
  "version": "1.0.2",
  "description": "Get LLM-powered definitions and explanations for selected words.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "alarms",
    "notifications",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/browser-polyfill.js",
        "src/content/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "SmartDefine Settings",
    "default_popup": "src/ui/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{be5c7bc1-03be-4403-a5a2-78ac49344011}"
    }
  }
}

Best SmartDefine Alternatives

Here are some Firefox add-ons that are similar to SmartDefine: