Google Translate Search Plugin

Google Translate Search Plugin

Translate the specified text. Since the source and destination language of translation are not specified as follows, this can be used for all languages. https://translate.google.com/?text={searchTerms}

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.0",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "__MSG_search_provider_name__",
      "search_url": "https://translate.google.com/?text={searchTerms}",
      "favicon_url": "https://ssl.gstatic.com/translate/favicon.ico"
    }
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "default_locale": "en",
  "icons": {
    "64": "favicon.png"
  },
  "author": "100の人",
  "homepage_url": "https://addons.mozilla.org/firefox/addon/google-translate-search/"
}