Dictionary.com Search
Quickly find meanings for the selected word on Dictionary.com.
What is Dictionary.com Search?
Dictionary.com Search is a Chrome extension developed by voila.tech.99, and its main feature is "Quickly find meanings for the selected word on Dictionary.com.".
Extension Screenshots
Download Dictionary.com Search Extension CRX File
Download Dictionary.com Search 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
Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.
Extension Basic Information
Name | Dictionary.com Search |
ID | onnlgjnkpojmfgndmknmpdohgnicgkcj |
Official URL | https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj |
Description | Quickly find meanings for the selected word on Dictionary.com. |
File Size | 13.41 KB |
Installation Count | 490 |
Current Version | 1.0.0 |
Last Updated | 2021-10-04 |
Publish Date | 2021-09-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | voila.tech.99 |
[email protected] | |
Payment Type | free |
Help Page URL | https:junglenut.net/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dictionary.com Search", "version": "1.0.0", "icons": { "32": "icons\/dictionary-32.png", "48": "icons\/dictionary-48.png", "96": "icons\/dictionary-96.png" }, "description": "Quickly find meanings for the selected word on Dictionary.com.", "permissions": [ "contextMenus" ], "background": { "scripts": [ "bg.js" ] } } |