Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

Cos'è Oxford Dictionary Search?

Oxford Dictionary Search è un'estensione di Chrome sviluppata da progmonster, e la sua funzione principale è "Searches selected words in the Online Oxford Dictionary".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Oxford Dictionary Search

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

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

Informazioni di Base sull'Estensione

Nome Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
URL Ufficiale https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
Descrizione Searches selected words in the Online Oxford Dictionary
Dimensione del File 19.39 KB
Conteggio Installazioni 3,000
Versione Corrente 0.2
Ultimo Aggiornamento 2016-11-02
Data di Pubblicazione 2016-11-02
Valutazione 2.91/5 Totale 86 Valutazioni
Sviluppatore progmonster
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}