Oxford Advanced Learner's Dictionary

Looks up online Oxford Advanced Learner's Dictionary for the selected text

What is Oxford Advanced Learner's Dictionary?

Oxford Advanced Learner's Dictionary is a Chrome extension developed by Quy Nguyen, and its main feature is "Looks up online Oxford Advanced Learner's Dictionary for the selected text".

Extension Screenshots

screenshot
screenshot

Download Oxford Advanced Learner's Dictionary Extension CRX File

Download Oxford Advanced Learner's 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

                        Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu                    

Extension Basic Information

Name Oxford Advanced Learner's Dictionary Oxford Advanced Learner's Dictionary
ID jbfnadandganeodogcmcigfmmpkamhif
Official URL https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif
Description Looks up online Oxford Advanced Learner's Dictionary for the selected text
File Size 99.81 KB
Installation Count 10,000
Current Version 1.0
Last Updated 2018-01-01
Publish Date 2017-12-31
Rating 4.58/5 Total 59 Ratings
Developer Quy Nguyen
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Advanced Learner's Dictionary",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Looks up online Oxford Advanced Learner's Dictionary for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "oxford.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}