Click Translate

Right click to translate any word quickly and easily.

Qu'est-ce que Click Translate ?

Click Translate est une extension Chrome développée par David Pimentel, et sa fonction principale est "Right click to translate any word quickly and easily.".

Captures d'Écran de l'Extension

screenshot

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

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

                                            

Informations de Base sur l'Extension

Nom Click Translate Click Translate
ID oejnidpeffnbdfgienfmebepolhicmgh
URL Officiel https://chromewebstore.google.com/detail/click-translate/oejnidpeffnbdfgienfmebepolhicmgh
Description Right click to translate any word quickly and easily.
Taille du Fichier 165 KB
Nombre d'Installations 1,048
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-12
Date de Publication 2014-01-12
Évaluation 1.75/5 Total 4 Évaluations
Développeur David Pimentel
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Translate",
    "version": "1.0",
    "description": "Right click to translate any word quickly and easily.",
    "manifest_version": 2,
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/translate.css"
            ],
            "js": [
                "js\/jquery-1.8.1.min.js",
                "js\/jquery-ui-1.8.24.custom.min.js",
                "js\/common.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "options_page": "\/options.html",
    "background": {
        "page": "\/background.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}