Go Translate

Translation Plug-in from CDAC-GIST

Co je Go Translate?

Go Translate je rozšíření Chrome vyvinuté CDAC GIST, a jeho hlavní funkcí je „Translation Plug-in from CDAC-GIST“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Go Translate

Stáhněte si soubory rozšíření Go Translate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This plug-in can be used to translate website(s) dynamically / on the fly just by the click of a button.                    

Základní Informace o Rozšíření

Název Go Translate Go Translate
ID cfmeoigobgkgnepgmpbecadegpcenllg
Oficiální URL https://chromewebstore.google.com/detail/go-translate/cfmeoigobgkgnepgmpbecadegpcenllg
Popis Translation Plug-in from CDAC-GIST
Velikost souboru 680 KB
Počet instalací 901
Aktuální Verze 2.3.6.3
Poslední Aktualizace 2020-03-17
Datum Vydání 2020-03-15
Hodnocení 4.09/5 Celkem 11 Hodnocení
Vývojář CDAC GIST
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://localization.gov.in
URL Stránky Nápovědy http://localization.gov.in/index.php/article-category/2013-11-15-08-56-11
URL Stránky Zásad Ochrany Soukromí http://www.cdac.in/index.aspx?id=privacy_policy
Podporované Jazyky 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"
    ]
}