WordGlance - Dictionary & Translation Firefox

Examine source code of WordGlance - Dictionary & Translation

Inspect and view changes in WordGlance - Dictionary & Translation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WordGlance - Dictionary & Translation",
  "version": "3.0.0",
  "description": "Get instant dictionary definitions and translations for any text on any website!",
  "icons": {
    "16": "assets/icon_16.png",
    "32": "assets/icon_32.png",
    "48": "assets/icon_48.png",
    "128": "assets/icon_128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://api.dictionaryapi.dev/*",
    "https://translation-1e79fb3f3adb.herokuapp.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{f83d5c69-cfd7-4d8d-b2eb-555d2d4b7001}"
    }
  },
  "background": {
    "scripts": [
      "shared-constants.js",
      "shared-utilities.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "WordGlance",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icon_16.png",
      "32": "assets/icon_32.png",
      "48": "assets/icon_48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared-constants.js",
        "shared-utilities.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best WordGlance - Dictionary & Translation Alternatives

Here are some Firefox add-ons that are similar to WordGlance - Dictionary & Translation: