Easy Search

Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.

Easy Searchคืออะไร?

Easy Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย woogyboogy73 และคุณลักษณะหลักของมันคือ "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google."

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

screenshot

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

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

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

                        This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.                    

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

ชื่อ Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
คำอธิบาย Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
ขนาดไฟล์ 11.3 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-01-02
วันที่เผยแพร่ 2014-01-02
คะแนน 1.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา woogyboogy73
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Search",
    "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "google-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Google search selected text"
        }
    }
}