MagicSearch

Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.

O que é MagicSearch?

MagicSearch é uma extensão do Chrome desenvolvida por https://magicsearch.org, e sua principal característica é "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MagicSearch

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

                        Search multiple dictionaries right from your browser by a) pressing ALT and double clicking on any word; b) selecting a word or phrase and then clicking the MagicSearch icon on the toolbar; c) selecting a word or phrase, right clicking and then clicking on the MagicSearch menu option. 

Once you make your first search you will have to select your language pair online from the page that will open on http://magicsearch.org and make a search. This is a necessary in order for the extension to search on your preferred language pair. If in the future you want to change the language pair that the extension searches, you will have to repeat the procedure.                    

Informações Básicas da Extensão

Nome MagicSearch MagicSearch
ID fpkdjcbfpcjhkjgdebpilkojicboeick
URL Oficial https://chromewebstore.google.com/detail/magicsearch/fpkdjcbfpcjhkjgdebpilkojicboeick
Descrição Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.
Tamanho do Arquivo 12.33 KB
Contagem de Instalações 886
Versão Atual 0.15
Última Atualização 2015-12-24
Data de Publicação 2015-12-24
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://magicsearch.org
Tipo de Pagamento free
Site da Extensão http://magicsearch.org
URL da Página de Ajuda http://magicsearch.org/help
Idiomas Suportados en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "chrome19.png",
        "default_title": "MagicSearch"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "project_event.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.",
    "icons": {
        "16": "chrome16.png",
        "48": "chrome48.png"
    },
    "manifest_version": 2,
    "name": "MagicSearch",
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.15",
    "web_accessible_resources": [
        "chrome16.png"
    ]
}