Context Translator Firefox

Examine source code of Context Translator

Inspect and view changes in Context Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Context Translator",
  "version": "1.0",
  "description": "Dịch văn bản trực tiếp từ menu chuột phải.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{328b663d-6f52-4225-8f59-d698161afa2d}"
    }
  }
}

Best Context Translator Alternatives

Here are some Firefox add-ons that are similar to Context Translator: