Search

Add additional search engines to the selection context menu

Searchคืออะไร?

Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย towisoft และคุณลักษณะหลักของมันคือ "Add additional search engines to the selection context menu"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search

ดาวน์โหลดไฟล์ส่วนขยาย Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to define set of search engines that will be available in selection context menu (i.e. select text and then right-click to search for selected text). Chrome by default allows only "Default search engine" to be listed there. You can add as many search engines as you want. 

Really simple thing with no permissions needed at all.

Usage:
1) select text you want to search for
2) right-click the text
3) pick search engine to be used for search

Any help with localisations is welcome!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search Search
ID lfbphpgahhidjjdgalaacklhfepilmhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf
คำอธิบาย Add additional search engines to the selection context menu
ขนาดไฟล์ 81.74 KB
จำนวนการติดตั้ง 423
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2013-07-14
วันที่เผยแพร่ 2013-07-14
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา towisoft
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "multisearch.js"
        ]
    },
    "icons": {
        "16": "img\/search-16.png",
        "48": "img\/search-48.png",
        "128": "img\/search-128.png"
    },
    "options_page": "options.html",
    "default_locale": "en"
}