Oxford Advanced Learner's Dictionary

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

O que é Oxford Advanced Learner's Dictionary?

Oxford Advanced Learner's Dictionary é uma extensão do Chrome desenvolvida por Quy Nguyen, e sua principal característica é "Looks up online Oxford Advanced Learner's Dictionary for the selected text".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Oxford Advanced Learner's Dictionary

Baixe arquivos de extensão Oxford Advanced Learner's Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Oxford Advanced Learner's Dictionary Oxford Advanced Learner's Dictionary
ID jbfnadandganeodogcmcigfmmpkamhif
URL Oficial https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif
Descrição Looks up online Oxford Advanced Learner's Dictionary for the selected text
Tamanho do Arquivo 99.81 KB
Contagem de Instalações 10,000
Versão Atual 1.0
Última Atualização 2018-01-01
Data de Publicação 2017-12-31
Classificação 4.58/5 Total de 59 Avaliações
Desenvolvedor Quy Nguyen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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]"
        }
    ]
}