Instant Thesaurus

Find synonyms at the click of a button

O que é Instant Thesaurus?

Instant Thesaurus é uma extensão do Chrome desenvolvida por jeremy.s.sutton, e sua principal característica é "Find synonyms at the click of a button".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Instant Thesaurus

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

                        Ever wish that you had the convenient Microsoft Word thesaurus in your browser, able to find synonyms and antonyms of any word simply by highlighting and right-clicking it? 

Instant Thesaurus is the solution. An easy, quick, convenient thesaurus accessible by 1 click of your mouse. Simply right-click on a highlighted word on the page and a list of synonyms and antonyms will be presented for you. Select a synonym/antonym to send it to your clipboard.                    

Informações Básicas da Extensão

Nome Instant Thesaurus Instant Thesaurus
ID jambjfjiligfjpeljnkkcihooobfnllm
URL Oficial https://chrome.google.com/webstore/detail/instant-thesaurus/jambjfjiligfjpeljnkkcihooobfnllm
Descrição Find synonyms at the click of a button
Tamanho do Arquivo 190 KB
Contagem de Instalações 830
Versão Atual 0.2
Última Atualização 2013-10-20
Data de Publicação 2013-10-20
Classificação 2.06/5 Total de 16 Avaliações
Desenvolvedor jeremy.s.sutton
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Thesaurus",
    "description": "Find synonyms at the click of a button",
    "version": "0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "http:\/\/words.bighugelabs.com\/api\/2\/*"
    ],
    "background": {
        "scripts": [
            "thesaurus.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}