Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

O que é Oxford Dictionary Search?

Oxford Dictionary Search é uma extensão do Chrome desenvolvida por progmonster, e sua principal característica é "Searches selected words in the Online Oxford Dictionary".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Oxford Dictionary Search

Baixe arquivos de extensão Oxford Dictionary Search 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

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

Informações Básicas da Extensão

Nome Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
URL Oficial https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
Descrição Searches selected words in the Online Oxford Dictionary
Tamanho do Arquivo 19.39 KB
Contagem de Instalações 3,000
Versão Atual 0.2
Última Atualização 2016-11-02
Data de Publicação 2016-11-02
Classificação 2.91/5 Total de 86 Avaliações
Desenvolvedor progmonster
Tipo de Pagamento free
Site da Extensão https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
Idiomas Suportados 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
}