Search Quick

Google SearchQuick automatically opens the search results of a Google Search in new tabs

Search Quick क्या है?

Search Quick Vignesh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google SearchQuick automatically opens the search results of a Google Search in new tabs"।

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

screenshot
screenshot
screenshot

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

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

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

                        Google SearchQuick is a browser add-on that opens the predetermined number of search results that are returned on a Google search in separate tabs at the click of a single button.  This extension works on all Google domains.

The number of results that need to be opened can be defined in the Options. By default three results are opened. This can be set to a maximum of 8.


Points to remember:
1)Please wait for the Google results page to be completely loaded before clicking on the extension icon.
2)Doesn’t work on secured Google connections (https:\\)


Please reach me on [email protected] with your feedback.                    

एक्सटेंशन की मूल जानकारी

नाम Search Quick Search Quick
ID chnnajbjipfainfepeoiblbpmajdnkpn
आधिकारिक URL https://chromewebstore.google.com/detail/search-quick/chnnajbjipfainfepeoiblbpmajdnkpn
विवरण Google SearchQuick automatically opens the search results of a Google Search in new tabs
फ़ाइल का आकार 123 KB
स्थापना संख्या 225
वर्तमान संस्करण 0.3
अंतिम अपडेट 2012-10-17
प्रकाशन तिथि 2012-10-17
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर Vignesh
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Quick",
    "version": "0.3",
    "description": "Google SearchQuick automatically opens the search results of a Google Search in new tabs",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "Google.png",
        "48": "Google.png",
        "128": "Google.png"
    },
    "browser_action": {
        "default_icon": "Google.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-1.6.1.min.js",
                "urlcatch.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}