Fast Advanced Google Search

Get better search results in less time with this easy to use interface for Google's advanced search parameters.

Fast Advanced Google Searchคืออะไร?

Fast Advanced Google Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Angus Russell และคุณลักษณะหลักของมันคือ "Get better search results in less time with this easy to use interface for Google's advanced search parameters."

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

screenshot
screenshot

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

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

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

                        Hotkey (ALT + G) opens extension and focuses "Keywords" field.

Drag search parameters up/down so the ones YOU use most often are more accessible.

No mouse clicks required means you can perform an advanced search without leaving the hotkeys (or looking up a cheat sheet).

Install the extension and start saving time AND getting better search results.

New in version 1.1.0: 
 - Override safesearch option
 - Option to turn off Google's personalised search results
 - Added filetype option
 - Added option to search for images, videos, apps, books, news etc                    

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

ชื่อ Fast Advanced Google Search Fast Advanced Google Search
ID idijdjdcncjcgmeiipcnkpjedhgepalk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fast-advanced-google-sear/idijdjdcncjcgmeiipcnkpjedhgepalk
คำอธิบาย Get better search results in less time with this easy to use interface for Google's advanced search parameters.
ขนาดไฟล์ 190 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2015-02-21
วันที่เผยแพร่ 2015-02-21
คะแนน 4.04/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Angus Russell
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Advanced Google Search",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Get better search results in less time with this easy to use interface for Google's advanced search parameters.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Fast Advanced Google Search",
        "default_popup": "browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+G",
                "mac": "Alt+G",
                "chromeos": "Alt+G",
                "linux": "Alt+G"
            }
        }
    }
}