Click Translate

Right click to translate any word quickly and easily.

What is Click Translate?

Click Translate is a Chrome extension developed by David Pimentel, and its main feature is "Right click to translate any word quickly and easily.".

Extension Screenshots

screenshot

Download Click Translate Extension CRX File

Download Click Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Click Translate Click Translate
ID oejnidpeffnbdfgienfmebepolhicmgh
Official URL https://chromewebstore.google.com/detail/click-translate/oejnidpeffnbdfgienfmebepolhicmgh
Description Right click to translate any word quickly and easily.
File Size 165 KB
Installation Count 1,048
Current Version 1.0
Last Updated 2014-01-12
Publish Date 2014-01-12
Rating 1.75/5 Total 4 Ratings
Developer David Pimentel
Payment Type free
Supported Languages 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"
    }
}