Instant Multi Search

Search on multiple websites, instantly. An ideal companion for power searchers.

Instant Multi Searchคืออะไร?

Instant Multi Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jerome Dalbert และคุณลักษณะหลักของมันคือ "Search on multiple websites, instantly. An ideal companion for power searchers."

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

screenshot
screenshot
screenshot

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

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

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

                        - Want to quickly learn about a new movie on your favorite review websites?

- Need to look at several dictionaries for a definition that finally clicks?

- Tired of typing the same search term again and again?

*** Then Instant Multi Search is for you ***

#HOW TO USE#
- Type m and Space/Tab in the address bar
- Enter your search
- Profit. The results open up in multiple tabs.

#FEATURES#
- Lightning fast and lightweight (< 30KB).
- Pick a category by typing its keyword followed by your search.
- Use built-in categories such as "Movie Reviews", "Shopping", etc.
- Customize or create your own categories.
- Get research suggestions from Google Autocomplete.
- Only search via the Chrome address bar, which is the best tool for the job. No cheesy buttons and HTML overlays used by other Search extensions.
- The options panel uses the same Chrome UI that you use every day.                    

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

ชื่อ Instant Multi Search Instant Multi Search
ID aamgapdgopfdmokckpkfciiddpahbbcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instant-multi-search/aamgapdgopfdmokckpkfciiddpahbbcg
คำอธิบาย Search on multiple websites, instantly. An ideal companion for power searchers.
ขนาดไฟล์ 28.75 KB
จำนวนการติดตั้ง 6,707
เวอร์ชันปัจจุบัน 0.1.0.5
อัปเดตครั้งล่าสุด 2015-08-09
วันที่เผยแพร่ 2015-08-09
คะแนน 4.55/5 รวมทั้งหมด 91 คะแนน
ผู้พัฒนา Jerome Dalbert
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Multi Search",
    "description": "Search on multiple websites, instantly. An ideal companion for power searchers.",
    "version": "0.1.0.5",
    "omnibox": {
        "keyword": "m"
    },
    "background": {
        "scripts": [
            "lib\/array.prototype.find.min.js",
            "lib\/array.prototype.includes.min.js",
            "lib\/request.js",
            "src\/background.js"
        ]
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/suggestqueries.google.com\/"
    ]
}