MagicSearch

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

Что такое MagicSearch?

MagicSearch - это расширение Chrome, разработанное https://magicsearch.org, и его основная функция - "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения MagicSearch

Скачайте файлы расширений MagicSearch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название MagicSearch MagicSearch
ID fpkdjcbfpcjhkjgdebpilkojicboeick
Официальный URL https://chromewebstore.google.com/detail/magicsearch/fpkdjcbfpcjhkjgdebpilkojicboeick
Описание Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.
Размер файла 12.33 KB
Количество установок 886
Текущая Версия 0.15
Последнее Обновление 2015-12-24
Дата публикации 2015-12-24
Рейтинг 4.00/5 Всего 1 оценок
Разработчик https://magicsearch.org
Тип оплаты free
Официальный сайт расширения http://magicsearch.org
URL страницы помощи http://magicsearch.org/help
Поддерживаемые языки 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"
    ]
}