ClickLex
Double click Lexical extension
Vad är ClickLex?
ClickLex är en Chrome-tillägg utvecklad av http://www.clicklex.com, och dess huvudfunktion är "Double click Lexical extension".
Tilläggsskärmbilder
Ladda ner ClickLex-förlängningens CRX-fil
Ladda ner ClickLex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | jhhankmdcailccbgoplmgbendhehplff |
Officiell webbadress | https://chrome.google.com/webstore/detail/clicklex/jhhankmdcailccbgoplmgbendhehplff |
Beskrivning | Double click Lexical extension |
Filstorlek | 94.68 KB |
Antal Installationer | 131 |
Aktuell Version | 2.7 |
Senast Uppdaterad | 2015-10-17 |
Publiceringsdatum | 2015-10-17 |
Betyg | 3.75/5 Totalt 12 Betyg |
Utvecklare | http://www.clicklex.com |
Betalningssätt | free |
Tilläggswebbplats | http://blog.clicklex.com |
Hjälpsida URL | http://blog.clicklex.com |
Stödda Språk | 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" ] } ] } |