Oxford Dictionary Lookup
Looks up the selected text on Oxford Learner's Dictionaries
What is Oxford Dictionary Lookup?
Oxford Dictionary Lookup is a Chrome extension developed by namnguyenhoai.info, and its main feature is "Looks up the selected text on Oxford Learner's Dictionaries".
Extension Screenshots
Download Oxford Dictionary Lookup Extension CRX File
Download Oxford Dictionary Lookup 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
Looks up the selected text on https://www.oxfordlearnersdictionaries.com. - Just right-click on the selected text and choose "Oxford Lookup ..." - Auto close old popup. - Store a history of 15 words you've looked up .
Extension Basic Information
Name | Oxford Dictionary Lookup |
ID | llcdhkifjccomnbldmapjdeoaopnalfh |
Official URL | https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh |
Description | Looks up the selected text on Oxford Learner's Dictionaries |
File Size | 141 KB |
Installation Count | 10,000 |
Current Version | 1.1 |
Last Updated | 2019-02-26 |
Publish Date | 2019-02-26 |
Rating | 4.92/5 Total 24 Ratings |
Developer | namnguyenhoai.info |
[email protected] | |
Payment Type | free |
Extension Website | https://namnguyenhoai.info/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oxford Dictionary Lookup", "version": "1.1", "description": "Looks up the selected text on Oxford Learner's Dictionaries", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ] } |