WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
What is WordComplex (English Dictionary)?
WordComplex (English Dictionary) is a Chrome extension developed by Rajdeep Chauhan, and its main feature is "Add extra meaning to your web browsing. Look up for definitions while you are on web.".
Extension Screenshots
Download WordComplex (English Dictionary) Extension CRX File
Download WordComplex (English Dictionary) 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
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
Extension Basic Information
Name | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
Official URL | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
Description | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
File Size | 73.07 KB |
Installation Count | 234 |
Current Version | 2.1 |
Last Updated | 2019-05-19 |
Publish Date | 2019-05-19 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Rajdeep Chauhan |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |