Oxford Advanced Learner's Dictionary

Looks up online Oxford Advanced Learner's Dictionary for the selected text

Cos'è Oxford Advanced Learner's Dictionary?

Oxford Advanced Learner's Dictionary è un'estensione di Chrome sviluppata da Quy Nguyen, e la sua funzione principale è "Looks up online Oxford Advanced Learner's Dictionary for the selected text".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Oxford Advanced Learner's Dictionary

Scarica i file di estensione Oxford Advanced 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

                        Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu                    

Informazioni di Base sull'Estensione

Nome Oxford Advanced Learner's Dictionary Oxford Advanced Learner's Dictionary
ID jbfnadandganeodogcmcigfmmpkamhif
URL Ufficiale https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif
Descrizione Looks up online Oxford Advanced Learner's Dictionary for the selected text
Dimensione del File 99.81 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0
Ultimo Aggiornamento 2018-01-01
Data di Pubblicazione 2017-12-31
Valutazione 4.58/5 Totale 59 Valutazioni
Sviluppatore Quy Nguyen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Advanced Learner's Dictionary",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Looks up online Oxford Advanced Learner's Dictionary for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "oxford.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}