Dictionary.net Extension
Lookup definitions from Dictionary.net - free online dictionary website.
What is Dictionary.net Extension?
Dictionary.net Extension is a Chrome extension developed by https://www.dictionary.net, and its main feature is "Lookup definitions from Dictionary.net - free online dictionary website.".
Extension Screenshots
Download Dictionary.net Extension Extension CRX File
Download Dictionary.net Extension 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
Lookup definitions from Dictionary.net - free online dictionary website. Just highlight the necessary word in your browser, right-click on it and then choose the "Lookup in Dictionary.net" option in menu. You will be redirected to the appropriate page on Dictionary.net with dictionary definitions for this word, along with pronunciation, antonyms, quotes, rhymes, usage examples and other helpful information.
Extension Basic Information
Name | Dictionary.net Extension |
ID | pmgahbdihjhjdgnpnapldpddkodhhchn |
Official URL | https://chromewebstore.google.com/detail/dictionarynet-extension/pmgahbdihjhjdgnpnapldpddkodhhchn |
Description | Lookup definitions from Dictionary.net - free online dictionary website. |
File Size | 26.84 KB |
Installation Count | 1,377 |
Current Version | 0.2 |
Last Updated | 2015-07-21 |
Publish Date | 2015-07-21 |
Rating | 3.00/5 Total 3 Ratings |
Developer | https://www.dictionary.net |
Payment Type | free |
Extension Website | http://www.dictionary.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dictionary.net Extension", "description": "Lookup definitions from Dictionary.net - free online dictionary website.", "version": "0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "http:\/\/www.dictionary.net", "author": "DomainOptions.net", "permissions": [ "contextMenus" ], "short_name": "Dictionary.net", "background": { "scripts": [ "main.js" ] }, "manifest_version": 2 } |