Inline Translator Firefox

Examine source code of Inline Translator

By: Vip69
Inspect and view changes in Inline Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inline Translator",
  "version": "1.0",
  "description": "Dịch từ hoặc cụm từ ngay trong văn bản bằng cách bôi đen.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Inline Translator"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c7dbbb4-a7e1-4dd1-94e0-aa84b99728fa}"
    }
  }
}

Best Inline Translator Alternatives

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