Go Translate

Translation Plug-in from CDAC-GIST

Qu'est-ce que Go Translate ?

Go Translate est une extension Chrome développée par CDAC GIST, et sa fonction principale est "Translation Plug-in from CDAC-GIST".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Go Translate

Téléchargez les fichiers d'extension Go Translate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Go Translate Go Translate
ID cfmeoigobgkgnepgmpbecadegpcenllg
URL Officiel https://chromewebstore.google.com/detail/go-translate/cfmeoigobgkgnepgmpbecadegpcenllg
Description Translation Plug-in from CDAC-GIST
Taille du Fichier 680 KB
Nombre d'Installations 901
Version Actuelle 2.3.6.3
Dernière Mise à Jour 2020-03-17
Date de Publication 2020-03-15
Évaluation 4.09/5 Total 11 Évaluations
Développeur CDAC GIST
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://localization.gov.in
URL de la Page d'Aide http://localization.gov.in/index.php/article-category/2013-11-15-08-56-11
URL de la Page de Politique de Confidentialité http://www.cdac.in/index.aspx?id=privacy_policy
Langues Prises en Charge 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"
    ]
}