Cambridge Dictionary Search

Searches selected words in the Online Cambridge Dictionary

Cos'è Cambridge Dictionary Search?

Cambridge Dictionary Search è un'estensione di Chrome sviluppata da Bùi Minh Vũ, e la sua funzione principale è "Searches selected words in the Online Cambridge Dictionary".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cambridge Dictionary Search

Scarica i file di estensione Cambridge Dictionary Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Cambridge Dictionary Search Cambridge Dictionary Search
ID ejakoffklmcfcnihaojojllhgedgojpc
URL Ufficiale https://chrome.google.com/webstore/detail/cambridge-dictionary-sear/ejakoffklmcfcnihaojojllhgedgojpc
Descrizione Searches selected words in the Online Cambridge Dictionary
Dimensione del File 28.4 KB
Conteggio Installazioni 3,000
Versione Corrente 0.1
Ultimo Aggiornamento 2018-03-27
Data di Pubblicazione 2018-03-27
Valutazione 3.92/5 Totale 12 Valutazioni
Sviluppatore Bùi Minh Vũ
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}