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文件

下載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
官方網址 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"
    ]
}