ClickLex

Double click Lexical extension

What is ClickLex?

ClickLex is a Chrome extension developed by http://www.clicklex.com, and its main feature is "Double click Lexical extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ClickLex Extension CRX File

Download ClickLex 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

                        The best way to find the meanings of words online using the most important dictionaries.

La mejor manera de encontrar los significados de las palabras en los diccionarios más reconocidos.

Clicklex es la tecnología léxica que facilita la lectura en la web. Con solo hacer doble click sobre una palabra, accedes a su significado sin salir de la página por la que navegas. 

Con clickLEX podremos consultar diccionarios generals, de Sinónimos y la Wikipedia, y también tendremos acceso al Merriam-Webster y al Wiktionary para buscar palabras inglesas y al diccionario español-francés Reverso. 

Más info en http://blog.clicklex.com                    

Extension Basic Information

Name ClickLex ClickLex
ID jhhankmdcailccbgoplmgbendhehplff
Official URL https://chrome.google.com/webstore/detail/clicklex/jhhankmdcailccbgoplmgbendhehplff
Description Double click Lexical extension
File Size 94.68 KB
Installation Count 131
Current Version 2.7
Last Updated 2015-10-17
Publish Date 2015-10-17
Rating 3.75/5 Total 12 Ratings
Developer http://www.clicklex.com
Payment Type free
Extension Website http://blog.clicklex.com
Help Page URL http://blog.clicklex.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClickLex",
    "version": "2.7",
    "manifest_version": 2,
    "description": "Double click Lexical extension",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "default_icon.png",
        "default_popup": "clicklex.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/tooltip3.png",
        "img\/loading.png",
        "img\/es.png",
        "img\/en.png",
        "img\/fr.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "clicklexstyle.css"
            ],
            "js": [
                "js\/jquery-1.7.2.min.js",
                "clicklex.js",
                "js\/tooltip.js"
            ]
        }
    ]
}