Google Translate

Google Translate

Google Translate , Adds a 'translate' button when text is selected. Google Traductor , Google Übersetzer , Google Traduttore , Google Tradutor , Google tra

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.2",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon.png"
  },
  "web_accessible_resources": [
    "icons/icon.png"
  ],
  "permissions": [
    "activeTab",
    "contextMenus",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "https://softnour.com/GlobalPay/Ad-free_access/iFramesTools/TranslateSetting.php"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://translate.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{10758a55-48af-4c2f-bf6b-bbae95f3b87d}"
    }
  }
}