Cambridge Dictionary Search

Searches selected words in the Online Cambridge Dictionary

What is Cambridge Dictionary Search?

Cambridge Dictionary Search is a Chrome extension developed by Bùi Minh Vũ, and its main feature is "Searches selected words in the Online Cambridge Dictionary".

Extension Screenshots

screenshot

Download Cambridge Dictionary Search Extension CRX File

Download Cambridge 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

                        Searches selected words in the Online Cambridge Dictionary by using right-click.                    

Extension Basic Information

Name Cambridge Dictionary Search Cambridge Dictionary Search
ID ejakoffklmcfcnihaojojllhgedgojpc
Official URL https://chrome.google.com/webstore/detail/cambridge-dictionary-sear/ejakoffklmcfcnihaojojllhgedgojpc
Description Searches selected words in the Online Cambridge Dictionary
File Size 28.4 KB
Installation Count 3,000
Current Version 0.1
Last Updated 2018-03-27
Publish Date 2018-03-27
Rating 3.92/5 Total 12 Ratings
Developer Bùi Minh Vũ
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cambridge Dictionary Search",
    "description": "Searches selected words in the Online Cambridge Dictionary",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/cambridge128.png",
        "64": "images\/cambridge64.png",
        "16": "images\/cambridge16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}