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 Angus Russell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get better search results in less time with this easy to use interface for Google's advanced search parameters."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fast Advanced Google Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            }
        }
    }
}