Dictionary.com Search

Quickly find meanings for the selected word on Dictionary.com.

O que é Dictionary.com Search?

Dictionary.com Search é uma extensão do Chrome desenvolvida por voila.tech.99, e sua principal característica é "Quickly find meanings for the selected word on Dictionary.com.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dictionary.com Search

Baixe arquivos de extensão Dictionary.com 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

                        Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.                    

Informações Básicas da Extensão

Nome Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
URL Oficial https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
Descrição Quickly find meanings for the selected word on Dictionary.com.
Tamanho do Arquivo 13.41 KB
Contagem de Instalações 490
Versão Atual 1.0.0
Última Atualização 2021-10-04
Data de Publicação 2021-09-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor voila.tech.99
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https:junglenut.net/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictionary.com Search",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/dictionary-32.png",
        "48": "icons\/dictionary-48.png",
        "96": "icons\/dictionary-96.png"
    },
    "description": "Quickly find meanings for the selected word on Dictionary.com.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}