MagicSearch

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

Co je MagicSearch?

MagicSearch je rozšíření Chrome vyvinuté https://magicsearch.org, a jeho hlavní funkcí je „Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MagicSearch

Stáhněte si soubory rozšíření MagicSearch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MagicSearch MagicSearch
ID fpkdjcbfpcjhkjgdebpilkojicboeick
Oficiální URL https://chromewebstore.google.com/detail/magicsearch/fpkdjcbfpcjhkjgdebpilkojicboeick
Popis Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.
Velikost souboru 12.33 KB
Počet instalací 886
Aktuální Verze 0.15
Poslední Aktualizace 2015-12-24
Datum Vydání 2015-12-24
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář https://magicsearch.org
Typ Platby free
Webové stránky Rozšíření http://magicsearch.org
URL Stránky Nápovědy http://magicsearch.org/help
Podporované Jazyky 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"
    ]
}