MultiSearch

Lets you search from a customizable list of search engines

MultiSearchคืออะไร?

MultiSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dale และคุณลักษณะหลักของมันคือ "Lets you search from a customizable list of search engines"

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

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

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

                        Allows you to search from a customizable list of search engines.                    

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

ชื่อ MultiSearch MultiSearch
ID jfncaojfpjofgakebghgcmgjignddjgd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/multisearch/jfncaojfpjofgakebghgcmgjignddjgd
คำอธิบาย Lets you search from a customizable list of search engines
ขนาดไฟล์ 432 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-01-02
วันที่เผยแพร่ 2015-01-02
ผู้พัฒนา Dale
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiSearch",
    "options_page": "options.html",
    "version": "1.1",
    "description": "Lets you search from a customizable list of search engines",
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html"
    }
}