Go Translate
Translation Plug-in from CDAC-GIST
What is Go Translate?
Go Translate is a Chrome extension developed by CDAC GIST, and its main feature is "Translation Plug-in from CDAC-GIST".
Extension Screenshots
Download Go Translate Extension CRX File
Download Go Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This plug-in can be used to translate website(s) dynamically / on the fly just by the click of a button.
Extension Basic Information
Name | Go Translate |
ID | cfmeoigobgkgnepgmpbecadegpcenllg |
Official URL | https://chromewebstore.google.com/detail/go-translate/cfmeoigobgkgnepgmpbecadegpcenllg |
Description | Translation Plug-in from CDAC-GIST |
File Size | 680 KB |
Installation Count | 901 |
Current Version | 2.3.6.3 |
Last Updated | 2020-03-17 |
Publish Date | 2020-03-15 |
Rating | 4.09/5 Total 11 Ratings |
Developer | CDAC GIST |
[email protected] | |
Payment Type | free |
Extension Website | http://localization.gov.in |
Help Page URL | http://localization.gov.in/index.php/article-category/2013-11-15-08-56-11 |
Privacy Policy Page URL | http://www.cdac.in/index.aspx?id=privacy_policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Translate", "version": "2.3.6.3", "short_name": "GIST Translator-Contributor", "description": "Translation Plug-in from CDAC-GIST", "icons": { "16": "image\/icon_24.png", "48": "image\/icon_48.png", "128": "image\/icon_128.png" }, "browser_action": { "default_icon": "image\/icon_128.png", "default_title": "Go Translate" }, "author": "Reena Rana", "background": { "scripts": [ "js\/jquery.js", "js\/services.js", "js\/crypto-js.min.js", "js\/storage-manager.min.js", "js\/toolbar-settings.min.js", "js\/background.min.js" ], "persistent": true }, "options_page": "html\/options.html", "permissions": [ "unlimitedStorage", "tabs", "contextMenus", "storage", " |