MagicSearch

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

MagicSearch란 무엇입니까?

MagicSearch은(는) https://magicsearch.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button."입니다.

확장 프로그램 스크린샷

screenshot

MagicSearch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}