Thesaurus: Synonym 4 Right Click

Thesaurus: Synonym option added to right click menu (+Urban Dictionary)

O que é Thesaurus: Synonym 4 Right Click?

Thesaurus: Synonym 4 Right Click é uma extensão do Chrome desenvolvida por Wahibi Mohammed, e sua principal característica é "Thesaurus: Synonym option added to right click menu (+Urban Dictionary)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Thesaurus: Synonym 4 Right Click

Baixe arquivos de extensão Thesaurus: Synonym 4 Right Click 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 WORDS TO SHOW THEIR SYNONYMS
**No Ads, No Tracking, and No clutter added to browser

NEW: +Fixed all reported bugs
           +Click on a synonym to replace the selected word with it

This awesome thesaurus extension adds Synonyms to the right click menu, just like you are used to it in Microsoft Office(TM). It also gives you the option to look up the highlighted words in Urban Dictionary (TM).

All you have to do to get the synonyms of a word is highlight it and do a mouse right click. It is as simple as that. No Ads, no extra buttons, and no option menu.  
  
Check out Synonym 4 Right Click review at I Love Free Software:
http://www.ilovefreesoftware.com/19/featured/5-thesaurus-extensions-google-chrome.html

FAQs:

When does the Synonym option not show up in the right click menu?

Did not highlight the word:
 it wont show up if nothing is highlighted.                    

Informações Básicas da Extensão

Nome Thesaurus: Synonym 4 Right Click Thesaurus: Synonym 4 Right Click
ID lpkpcliecpgjbkffooidajhakoidhidh
URL Oficial https://chromewebstore.google.com/detail/thesaurus-synonym-4-right/lpkpcliecpgjbkffooidajhakoidhidh
Descrição Thesaurus: Synonym option added to right click menu (+Urban Dictionary)
Tamanho do Arquivo 3.75 MB
Contagem de Instalações 42,538
Versão Atual 2.0.3
Última Atualização 2014-10-13
Data de Publicação 2014-10-13
Classificação 3.69/5 Total de 144 Avaliações
Desenvolvedor Wahibi Mohammed
Tipo de Pagamento free
Site da Extensão http://imgur.com/aeqWt3z
URL da Página de Ajuda http://imgur.com/aeqWt3z
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thesaurus: Synonym 4 Right Click",
    "description": "Thesaurus: Synonym option added to right click menu (+Urban Dictionary)",
    "version": "2.0.3",
    "icons": {
        "16": "dic16.png",
        "48": "dic48.png",
        "128": "dic128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "offline_enabled": true,
    "manifest_version": 2
}