Cambridge Learner's Dictionary

Cambridge Learner's Dictionary

Cos'è Cambridge Learner's Dictionary?

Cambridge Learner's Dictionary è un'estensione di Chrome sviluppata da Michael Tsai, e la sua funzione principale è "Cambridge Learner's Dictionary".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cambridge Learner's Dictionary

Scarica i file di estensione Cambridge Learner's Dictionary 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

                        Help you search vocabulary with Cambridge Learner's Dictionary                    

Informazioni di Base sull'Estensione

Nome Cambridge Learner's Dictionary Cambridge Learner's Dictionary
ID idpaecfcldiocoajohmnninkbiicdgnm
URL Ufficiale https://chrome.google.com/webstore/detail/cambridge-learners-dictio/idpaecfcldiocoajohmnninkbiicdgnm
Descrizione Cambridge Learner's Dictionary
Dimensione del File 24.38 KB
Conteggio Installazioni 500
Versione Corrente 0.2
Ultimo Aggiornamento 2019-04-13
Data di Pubblicazione 2019-04-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Michael Tsai
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Mingx94/dictionary-extension/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cambridge Learner's Dictionary",
    "description": "Cambridge Learner's Dictionary",
    "version": "0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "ext.js"
        ],
        "persistent": false
    }
}