MagicSearch

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

Qu'est-ce que MagicSearch ?

MagicSearch est une extension Chrome développée par https://magicsearch.org, et sa fonction principale est "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MagicSearch

Téléchargez les fichiers d'extension MagicSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MagicSearch MagicSearch
ID fpkdjcbfpcjhkjgdebpilkojicboeick
URL Officiel https://chromewebstore.google.com/detail/magicsearch/fpkdjcbfpcjhkjgdebpilkojicboeick
Description Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.
Taille du Fichier 12.33 KB
Nombre d'Installations 886
Version Actuelle 0.15
Dernière Mise à Jour 2015-12-24
Date de Publication 2015-12-24
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://magicsearch.org
Type de Paiement free
Site Web de l'Extension http://magicsearch.org
URL de la Page d'Aide http://magicsearch.org/help
Langues Prises en Charge 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"
    ]
}