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

screenshot
screenshot

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 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 [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",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/tooltipster.min.css",
                "css\/page.min.css",
                "css\/toastr.min.css",
                "css\/FloatingKeyboard.min.css",
                "css\/cdac-gist-fonts.min.css",
                "css\/cdac-gist-toolbar.min.css",
                "css\/bootstrap.min.css",
                "css\/CDAC-Typing-Script-Style.min.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.scoped.min.js",
                "js\/jquery-ui.js",
                "js\/crypto-js.min.js",
                "js\/storage-manager.min.js",
                "js\/bootstrap.min.js",
                "js\/tooltipster.min.js",
                "js\/toastr.min.js",
                "js\/toolbar-settings.min.js",
                "js\/LanguagesArray.min.js",
                "js\/FloatingKeyboard.min.js",
                "js\/notification.min.js",
                "js\/validator.min.js",
                "js\/controller.min.js",
                "js\/contentScript.min.js",
                "js\/CDAC-Typing.min.js",
                "js\/jquery.caret.min.js",
                "js\/FileSaver.min.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "style-src 'self' 'unsafe-inline'; script-src 'self'; frame-src 'self'; object-src 'self'; font-src 'self' https:\/\/gisttransserver.in;",
    "web_accessible_resources": [
        "js\/LanguagesArray.min.js",
        "js\/FloatingKeyboard.min.js",
        "css\/bootstrap.min.css",
        "image\/badge.png",
        "image\/hideme_img.png",
        "image\/sound_on.png",
        "image\/sound_off.png",
        "image\/icon_128.png",
        "image\/TypingIcon.png",
        "image\/gistlogo.png",
        "image\/c-dacLogo.png",
        "image\/close.png",
        "image\/loading_image.gif",
        "image\/logging_in.gif",
        "image\/shield.png",
        "image\/arrow_down.png",
        "image\/go-Translate.png",
        "image\/CDAC-GIST.bmp",
        "image\/minus.png",
        "image\/plus.png",
        "image\/reset.png",
        "image\/KbdIcon.ico"
    ]
}