Dictionary Anywhere

View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.

O que é Dictionary Anywhere?

Dictionary Anywhere é uma extensão do Chrome desenvolvida por meetDeveloper, e sua principal característica é "View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dictionary Anywhere

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

                        Dictionary Anywhere extension helps you stay focused on what you are reading by eliminating the need to search for meaning, Double-clicking any word will view its definition in a small pop-up bubble. Now you never have to leave what you are reading to search meaning for the words you don't know.

It also supports Spanish, German, French language alongside English.

To change the language:
 - Navigate to Add-ons page,
 - Choose Extensions in sidebar,
 - Choose Dictionary Anywhere,
 - Click on options (preferences on mac),
 - Select the language you want, and save.

You can now download the words and meanings you searched for, so that you can practice them later, this will help increase your vocabulary.

Enjoy Reading Uninterrupted!!!                    

Informações Básicas da Extensão

Nome Dictionary Anywhere Dictionary Anywhere
ID hcepmnlphdfefjddkgkblcjkbpbpemac
URL Oficial https://chromewebstore.google.com/detail/dictionary-anywhere/hcepmnlphdfefjddkgkblcjkbpbpemac
Descrição View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.
Tamanho do Arquivo 36.39 KB
Contagem de Instalações 1,987
Versão Atual 1.0.2
Última Atualização 2020-04-17
Data de Publicação 2020-04-15
Classificação 4.46/5 Total de 13 Avaliações
Desenvolvedor meetDeveloper
Tipo de Pagamento free
Site da Extensão https://github.com/meetDeveloper/Dictionary-Anywhere
URL da Página de Ajuda https://github.com/meetDeveloper/Dictionary-Anywhere
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Suraj Jain",
    "manifest_version": 2,
    "name": "Dictionary Anywhere",
    "version": "1.0.2",
    "description": "View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.",
    "icons": {
        "48": "icons\/Dictionary-48.png",
        "64": "icons\/Dictionary-64.png",
        "96": "icons\/Dictionary-96.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.js",
                "content_scripts\/dictionary.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common\/browser-polyfill.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "https:\/\/www.google.com\/"
    ]
}