Quick Focus Search Boxes

This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.

Quick Focus Search Boxesคืออะไร?

Quick Focus Search Boxes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ciznx.com และคุณลักษณะหลักของมันคือ "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages."

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

screenshot
screenshot

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

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

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

                        This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Currently it supports web, image search pages from google, bing, baidu and yahoo.

When you are checking the search results from the search engines, you may want to change your keyword for more results. So to focus to the search box, you may need to find a mouse...scroll top, or several touches on your touch pad.
Now, with this extension installed, you can press Alt+S keys to focus the search box.                    

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

ชื่อ Quick Focus Search Boxes Quick Focus Search Boxes
ID gnnipakmeeinoojnajkonpimknojpbhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp
คำอธิบาย This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
ขนาดไฟล์ 51.88 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-03-21
วันที่เผยแพร่ 2015-03-21
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://ciznx.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Focus Search Boxes",
    "description": "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "worker.js"
            ],
            "run_at": "document_start"
        }
    ]
}