Selection Search & Translate Firefox

Examine source code of Selection Search & Translate

By: Ilya Add-on
Inspect and view changes in Selection Search & Translate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Selection Search & Translate",
  "version": "1.0.4",
  "description": "Search in Yandex and translate selected text like Simple Translate",
  "permissions": [
    "tabs",
    "activeTab",
    "https://translate.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "selection-search-translate@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_personal_data": false,
        "collects_browsing_activity": false,
        "collects_website_content": false
      }
    }
  }
}

Best Selection Search & Translate Alternatives

Here are some Firefox add-ons that are similar to Selection Search & Translate: