Google Translate (all languages)

Google Translate (all languages)

Lets you translate between any languages supported by Google Translate from the Firefox address bar. Use the 'gt' keyword, then the two-letter code for each language, and finally the words you want to translate, e.g. 'gt en es hello friend'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "developer": {
    "name": "Vegard Vines Skjefstad",
    "url": "https://www.vegard.net/google-translate-firefox-extension/"
  },
  "name": "Google Translate (all languages)",
  "description": "Lets you translate between any languages supported by Google Translate from the Firefox address bar. Use the 'gt' keyword, then the two-letter code for each language, and finally the words you want to translate, e.g. 'gt en es hello friend'.",
  "version": "1.2resigned1",
  "applications": {
    "gecko": {
      "strict_min_version": "52.0",
      "id": "{b57b832e-f614-4bc0-b98f-1b6c720bec75}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "gt"
  },
  "icons": {
    "48": "icons/google-translate-logo.svg",
    "64": "icons/google-translate-logo.svg",
    "96": "icons/google-translate-logo.svg",
    "128": "icons/google-translate-logo.svg",
    "256": "icons/google-translate-logo.svg",
    "512": "icons/google-translate-logo.svg"
  }
}