Translate It

Translate word and sentences from all lanuage

Qu'est-ce que Translate It ?

Translate It est une extension Chrome développée par www.connect.digital, et sa fonction principale est "Translate word and sentences from all lanuage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Translate It 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

                        Translate word and sentences                    

Informations de Base sur l'Extension

Nom Translate It Translate It
ID eeloognkophcblndaoopchicaedbepfo
URL Officiel https://chromewebstore.google.com/detail/translate-it/eeloognkophcblndaoopchicaedbepfo
Description Translate word and sentences from all lanuage
Taille du Fichier 408 KB
Nombre d'Installations 197
Version Actuelle 1.1.0
Dernière Mise à Jour 2016-04-13
Date de Publication 2016-02-29
Évaluation 2.60/5 Total 5 Évaluations
Développeur www.connect.digital
Type de Paiement free
URL de la Page d'Aide http://www.connect.digital
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "src\/lib\/jquery.js",
            "src\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "src\/css\/style.css"
            ],
            "js": [
                "src\/lib\/jquery.js",
                "src\/lib\/jquery.highlight.js",
                "src\/js\/tab.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "name": "Translate It",
    "description": "Translate word and sentences from all lanuage",
    "icons": {
        "128": "src\/images\/g_infinite_scroll_logo_128x128.png",
        "16": "src\/images\/g_infinite_scroll_logo_16x16.png",
        "48": "src\/images\/g_infinite_scroll_logo_48x48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "1.1.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "src\/**\/*"
    ]
}