Synonyms

This extension searches dictionary.com to get the meaning of the selected word.

O que é Synonyms?

Synonyms é uma extensão do Chrome desenvolvida por sandeepkkothari, e sua principal característica é "This extension searches dictionary.com to get the meaning of the selected word.".

Baixar o arquivo CRX da Extensão Synonyms

Baixe arquivos de extensão Synonyms 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

                        This extension searches the meaning of the selected word. This helps the user to look up for the meaning without changing tab.
Please provide review if you like it...                    

Informações Básicas da Extensão

Nome Synonyms Synonyms
ID mhkkedebchmmoppeaphchfnddbjoddif
URL Oficial https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif
Descrição This extension searches dictionary.com to get the meaning of the selected word.
Tamanho do Arquivo 157 KB
Contagem de Instalações 360
Versão Atual 1.0
Última Atualização 2015-11-03
Data de Publicação 2015-11-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor sandeepkkothari
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synonyms",
    "description": "This extension searches dictionary.com to get the meaning of the selected word.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "dic.png",
        "default_popup": "syn.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}