Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

What is Oxford Dictionary Search?

Oxford Dictionary Search is a Chrome extension developed by progmonster, and its main feature is "Searches selected words in the Online Oxford Dictionary".

Extension Screenshots

screenshot

Download Oxford Dictionary Search Extension CRX File

Download Oxford Dictionary 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

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

Extension Basic Information

Name Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
Official URL https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
Description Searches selected words in the Online Oxford Dictionary
File Size 19.39 KB
Installation Count 3,000
Current Version 0.2
Last Updated 2016-11-02
Publish Date 2016-11-02
Rating 2.91/5 Total 86 Ratings
Developer progmonster
Payment Type free
Extension Website https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}