Cambridge Dictionary Searcher

This extension will translate selected word by Cambridge Dictionary

What is Cambridge Dictionary Searcher?

Cambridge Dictionary Searcher is a Chrome extension developed by taipm, and its main feature is "This extension will translate selected word by Cambridge Dictionary".

Extension Screenshots

screenshot

Download Cambridge Dictionary Searcher Extension CRX File

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

                        Tra từ với từ điển Cambridge                    

Extension Basic Information

Name Cambridge Dictionary Searcher Cambridge Dictionary Searcher
ID mhcpjoaaglodlnifoknbpjacophnoaib
Official URL https://chrome.google.com/webstore/detail/cambridge-dictionary-sear/mhcpjoaaglodlnifoknbpjacophnoaib
Description This extension will translate selected word by Cambridge Dictionary
File Size 53.42 KB
Installation Count 12
Current Version 1.0
Last Updated 2018-09-18
Publish Date 2018-09-18
Developer taipm
Email [email protected]
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cambridge Dictionary Searcher",
    "description": "This extension will translate selected word by Cambridge Dictionary",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "dictionary.png",
        "48": "dictionary.png",
        "128": "dictionary.png"
    }
}