MagicSearch

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

MagicSearch là gì?

MagicSearch là một tiện ích mở rộng Chrome được phát triển bởi https://magicsearch.org, và tính năng chính của nó là "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MagicSearch

Tải xuống các tệp mở rộng MagicSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MagicSearch MagicSearch
ID fpkdjcbfpcjhkjgdebpilkojicboeick
URL Chính Thức https://chromewebstore.google.com/detail/magicsearch/fpkdjcbfpcjhkjgdebpilkojicboeick
Mô tả Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.
Kích Thước Tệp 12.33 KB
Số Lần Cài Đặt 886
Phiên Bản Hiện Tại 0.15
Cập Nhật Lần Cuối 2015-12-24
Ngày Phát Hành 2015-12-24
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://magicsearch.org
Loại Thanh Toán free
Trang Web Mở Rộng http://magicsearch.org
URL Trang Trợ Giúp http://magicsearch.org/help
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}