Cambridge Dictionary Lookup

Looks up the selected text on Cambridge Dictionary

What is Cambridge Dictionary Lookup?

Cambridge Dictionary Lookup is a Chrome extension developed by namnguyenhoai.info, and its main feature is "Looks up the selected text on Cambridge Dictionary".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cambridge Dictionary Lookup Extension CRX File

Download Cambridge 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://dictionary.cambridge.org
- Just right-click on the selected text and choose "Cambridge Lookup ..."
- Auto close old popup.
- Store a history of 15 words you've looked up .                    

Extension Basic Information

Name Cambridge Dictionary Lookup Cambridge Dictionary Lookup
ID hhddcfhbobkbccigannkfacjdoebinbm
Official URL https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm
Description Looks up the selected text on Cambridge Dictionary
File Size 42.82 KB
Installation Count 23,482
Current Version 1.1
Last Updated 2019-02-26
Publish Date 2019-02-26
Rating 4.68/5 Total 50 Ratings
Developer namnguyenhoai.info
Email [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": "Cambridge Dictionary Lookup",
    "version": "1.1",
    "description": "Looks up the selected text on Cambridge Dictionary",
    "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"
    ]
}