Click Translate

Right click to translate any word quickly and easily.

Wat is Click Translate?

Click Translate is een Chrome-extensie ontwikkeld door David Pimentel, en de belangrijkste functie is "Right click to translate any word quickly and easily.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click Translate

Download Click Translate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Click Translate Click Translate
ID oejnidpeffnbdfgienfmebepolhicmgh
Officiële URL https://chromewebstore.google.com/detail/click-translate/oejnidpeffnbdfgienfmebepolhicmgh
Beschrijving Right click to translate any word quickly and easily.
Bestandsgrootte 165 KB
Aantal Installaties 1,048
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-12
Publicatiedatum 2014-01-12
Beoordeling 1.75/5 Totaal 4 Beoordelingen
Ontwikkelaar David Pimentel
Betalingswijze free
Ondersteunde Talen 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"
    }
}