MagicSearch

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

¿Qué es MagicSearch?

MagicSearch es una extensión de Chrome desarrollada por https://magicsearch.org, y su función principal es "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MagicSearch

Descarga archivos de extensión MagicSearch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MagicSearch MagicSearch
ID fpkdjcbfpcjhkjgdebpilkojicboeick
URL Oficial https://chromewebstore.google.com/detail/magicsearch/fpkdjcbfpcjhkjgdebpilkojicboeick
Descripción Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.
Tamaño del Archivo 12.33 KB
Cantidad de Instalaciones 886
Versión Actual 0.15
Última Actualización 2015-12-24
Fecha de Publicación 2015-12-24
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador https://magicsearch.org
Tipo de Pago free
Sitio Web de la Extensión http://magicsearch.org
URL de la Página de Ayuda http://magicsearch.org/help
Idiomas Soportados 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"
    ]
}