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