Cambridge Dictionary Searcher

This extension will translate selected word by Cambridge Dictionary

Wat is Cambridge Dictionary Searcher?

Cambridge Dictionary Searcher is een Chrome-extensie ontwikkeld door taipm, en de belangrijkste functie is "This extension will translate selected word by Cambridge Dictionary".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cambridge Dictionary Searcher

Download Cambridge Dictionary Searcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Cambridge Dictionary Searcher Cambridge Dictionary Searcher
ID mhcpjoaaglodlnifoknbpjacophnoaib
Officiële URL https://chrome.google.com/webstore/detail/cambridge-dictionary-sear/mhcpjoaaglodlnifoknbpjacophnoaib
Beschrijving This extension will translate selected word by Cambridge Dictionary
Bestandsgrootte 53.42 KB
Aantal Installaties 12
Huidige Versie 1.0
Laatst Bijgewerkt 2018-09-18
Publicatiedatum 2018-09-18
Ontwikkelaar taipm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}