Easy Definition (Highlight and Ctrl+Space)
Easy Definition (Highlight and Ctrl+Space)
What is Easy Definition (Highlight and Ctrl+Space)?
Easy Definition (Highlight and Ctrl+Space) is a Chrome extension developed by Prateek Jha, and its main feature is "Easy Definition (Highlight and Ctrl+Space)".
Extension Screenshots
Download Easy Definition (Highlight and Ctrl+Space) Extension CRX File
Download Easy Definition (Highlight and Ctrl+Space) 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
Easily get the definition of any word by pressing Ctrl + Space. How to use: On any web page highlight the word using mouse pointer and Press CTRL+Space No need to open new tabs and loose sight of your working page even for a second. It gets you the simplest ever meaning of the selected word from web. To change the shortcut command go to chrome://extensions/shortcuts. Find Easy Definition and choose any set of available commands. For any complains and queries reach us at [email protected].
Extension Basic Information
Name | Easy Definition (Highlight and Ctrl+Space) |
ID | oiphjheegkcofbmfcjjjgpeeieddfnml |
Official URL | https://chromewebstore.google.com/detail/easy-definition-highlight/oiphjheegkcofbmfcjjjgpeeieddfnml |
Description | Easy Definition (Highlight and Ctrl+Space) |
File Size | 17.79 KB |
Installation Count | 21 |
Current Version | 1.0.0 |
Last Updated | 2020-04-13 |
Publish Date | 2020-04-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Prateek Jha |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Definition (Highlight and Ctrl+Space)", "version": "1.0.0", "description": "Easy Definition (Highlight and Ctrl+Space)", "icons": { "128": "finder_128.png" }, "browser_action": { "default_icon": "finder_128_popup.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Space", "mac": "MacCtrl+Space" } } } } |