Search Quick

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

Τι είναι το Search Quick;

Το Search Quick είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vignesh, και η κύρια λειτουργία του είναι "Google SearchQuick automatically opens the search results of a Google Search in new tabs".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search Quick

Λήψη αρχείων επέκτασης Search Quick σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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