ClickLex

Double click Lexical extension

ClickLexとは何ですか?

ClickLexはhttp://www.clicklex.comによって開発されたChromeの拡張機能で、その主な機能は「Double click Lexical extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

ClickLex拡張機能のCRXファイルをダウンロード

ClickLex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 ClickLex ClickLex
ID jhhankmdcailccbgoplmgbendhehplff
公式URL https://chrome.google.com/webstore/detail/clicklex/jhhankmdcailccbgoplmgbendhehplff
説明 Double click Lexical extension
ファイルサイズ 94.68 KB
インストール数 131
現在のバージョン 2.7
最終更新日 2015-10-17
公開日 2015-10-17
評価 3.75/5 合計 12 レビュー
開発者 http://www.clicklex.com
支払い方法 free
拡張機能のウェブサイト http://blog.clicklex.com
ヘルプページのURL http://blog.clicklex.com
対応言語 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"
            ]
        }
    ]
}