ImTranslator: Translator, Dictionary, TTS

ImTranslator: Translator, Dictionary, TTS

COMPLETELY REDESIGNED TRANSLATOR FOR FIREFOX ImTranslator translates text, words, webpages between more than 100 languages. NEW: Inline Translator, Dictionary, access to Google Translate, Microsoft Translator. Unique on the fly localization.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "short_name": "ImTranslator",
  "version": "16.76",
  "minimum_chrome_version": "57.0",
  "background": {
    "scripts": [
      "content/js/common/FExtension.js",
      "content/browser/js/FBrowser.js",
      "content/browser/chrome/FBrowserChrome.js",
      "content/js/common/FStorage.js",
      "content/js/bg/bg_inliner.js",
      "content/js/bg/background.js"
    ]
  },
  "options_ui": {
    "page": "content/html/options/options.html",
    "chrome_style": false,
    "open_in_tab": true
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "content/img/icon.png",
    "default_popup": "content/html/popup/redirect.html",
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "content/css/inject.css"
      ],
      "js": [
        "content/js/common/FExtension.js",
        "content/browser/js/FBrowserInject.js",
        "content/browser/chrome/FBrowserInjectChrome.js",
        "content/js/common/FStorage.js",
        "content/js/inject/translator.js",
        "content/js/inject/data.js",
        "content/js/inliner/inliner_core.js",
        "content/js/inliner/inliner_request.js",
        "content/js/inliner/inject.js",
        "content/js/purify.min.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "content/img/icon16.png",
    "32": "content/img/icon32.png",
    "48": "content/img/icon48.png",
    "128": "content/img/icon128.png"
  },
  "permissions": [
    "*://*/*",
    "tabs",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "web_accessible_resources": [
    "content/html/options/options.html",
    "content/html/popup/translator.html",
    "content/html/popup/translation-back.html",
    "content/html/popup/dictionary.html",
    "content/html/options/history.html",
    "content/html/options/options-bbl.html",
    "content/html/options/feedback.html",
    "content/img/util/settingsb.png",
    "content/img/util/bfeedback.png",
    "content/img/util/bhelp.png",
    "content/img/util/delete.png",
    "content/img/util/arrow.png",
    "content/img/util/bg.png",
    "content/img/util/bg2.png",
    "content/img/util/bg3.png",
    "content/img/util/imtranslator-s.png",
    "content/img/util/indicator.gif",
    "content/img/util/copy.png",
    "content/img/util/tts.png",
    "content/img/util/tts-voice.png",
    "content/img/util/ttsvoice.png",
    "content/img/util/font-on.png",
    "content/img/util/select.png",
    "content/img/util/font.png",
    "content/img/util/pin-on.png",
    "content/img/util/pin-off.png",
    "content/img/util/donate.png",
    "content/img/util/bhistory.png",
    "content/img/util/switchb.png",
    "content/img/util/loading.gif",
    "content/img/util/up.png",
    "content/img/util/down.png",
    "content/img/util/bbl-logo.png",
    "content/js/popup/selector.js"
  ],
  "applications": {
    "gecko": {
      "id": "{9AA46F4F-4DC7-4c06-97AF-5035170634FE}"
    }
  }
}