Instant Search

Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.

Instant Searchคืออะไร?

Instant Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amilagm และคุณลักษณะหลักของมันคือ "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup."

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

screenshot
screenshot

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

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

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

                        This extension lets you run an instant google search from the current page you are viewing.

Just highlight the text that you want to search and click the search icon shown next to the highlighted text. 
Then A popup window will appear with the google search results. 

Your comments are always welcome.                    

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

ชื่อ Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
คำอธิบาย Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
ขนาดไฟล์ 19 KB
จำนวนการติดตั้ง 434
เวอร์ชันปัจจุบัน 1.0.1.2
อัปเดตครั้งล่าสุด 2013-11-23
วันที่เผยแพร่ 2013-11-23
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา amilagm
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Search",
    "version": "1.0.1.2",
    "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "searchup.css"
            ],
            "js": [
                "searchup.js"
            ]
        }
    ]
}