WebTranslate

WebTranslate

WebTranslate give you the ability to translate your web page in 104 different languages!.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "default_locale": "en",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "./data/js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "browser_style": false,
    "default_popup": "./data/html/popup_menu.html",
    "default_icon": {
      "16": "/images/weTranslate16.png",
      "32": "/images/weTranslate32.png",
      "48": "/images/weTranslate48.png",
      "128": "/images/weTranslate128.png"
    }
  },
  "icons": {
    "16": "/images/weTranslate16.png",
    "32": "/images/weTranslate32.png",
    "48": "/images/weTranslate48.png",
    "128": "/images/weTranslate128.png"
  },
  "manifest_version": 2
}