Cambridge Dictionary Searcher

This extension will translate selected word by Cambridge Dictionary

Hvad er Cambridge Dictionary Searcher?

Cambridge Dictionary Searcher er en Chrome-udvidelse udviklet af taipm, og dens hovedfunktion er "This extension will translate selected word by Cambridge Dictionary".

Udvidelsesskærmbilleder

screenshot

Download Cambridge Dictionary Searcher-udvidelses-CRX-fil

Download Cambridge Dictionary Searcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Cambridge Dictionary Searcher Cambridge Dictionary Searcher
ID mhcpjoaaglodlnifoknbpjacophnoaib
Officiel URL https://chrome.google.com/webstore/detail/cambridge-dictionary-sear/mhcpjoaaglodlnifoknbpjacophnoaib
Beskrivelse This extension will translate selected word by Cambridge Dictionary
Filstørrelse 53.42 KB
Antal Installationer 12
Nuværende Version 1.0
Senest Opdateret 2018-09-18
Udgivelsesdato 2018-09-18
Udvikler taipm
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}