MagicSearch

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

Cos'è MagicSearch?

MagicSearch è un'estensione di Chrome sviluppata da https://magicsearch.org, e la sua funzione principale è "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MagicSearch

Scarica i file di estensione MagicSearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MagicSearch MagicSearch
ID fpkdjcbfpcjhkjgdebpilkojicboeick
URL Ufficiale https://chromewebstore.google.com/detail/magicsearch/fpkdjcbfpcjhkjgdebpilkojicboeick
Descrizione Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.
Dimensione del File 12.33 KB
Conteggio Installazioni 886
Versione Corrente 0.15
Ultimo Aggiornamento 2015-12-24
Data di Pubblicazione 2015-12-24
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://magicsearch.org
Tipo di Pagamento free
Sito Web dell'Estensione http://magicsearch.org
URL della Pagina di Aiuto http://magicsearch.org/help
Lingue Supportate 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"
    ]
}