MultiSearch

This extension will search the specified keyword on all major search engines

Τι είναι το MultiSearch;

Το MultiSearch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nithesh Gurudaas, και η κύρια λειτουργία του είναι "This extension will search the specified keyword on all major search engines".

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

screenshot
screenshot
screenshot

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

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

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

                        Did you know? Because different search engines use different algorithms, the same search term might give different results.

Tired of searching through several different search engines to find out the answer to your question? Look no further, MultiSearch is here to help you. Simply enter the search term, select all the search engines you want to search on, and press enter, or click the search button, and voila! You will get all the results from your selected search engines, on different tabs. This can be especially useful for developers, coders, researchers and students, who search through different search engines. We say this from experience. This has been built by a student based on an idea from a researcher.

Default shortcut keys: Ctrl+M for Windows, Command+M on Mac.

Search Engines supported now: Google, Bing, Yahoo, DuckDuckGo and Yandex.

Depending on the number of search engines selected, the extension opens new tabs and searches on each search engine using the search term provided and displays the result from your selected search engines.

HURRY, and download fast, because this is a trial run of the extension. The first few to download this can keep it forever for free! 

If you find this extension helpful, please help the developer continue building this (and other great ideas) by becoming a Patreon here - https://www.patreon.com/nithesh_gurudaas

Roadmap:

v2 - Add your own engines (for example)
v2.1 - Create your own shortcuts (for example)
v something.something - something or the other and as many as you think are needed                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MultiSearch MultiSearch
ID iffigoknllnmmdaglbbfmmngjdhcepch
Επίσημο URL https://chrome.google.com/webstore/detail/multisearch/iffigoknllnmmdaglbbfmmngjdhcepch
Περιγραφή This extension will search the specified keyword on all major search engines
Μέγεθος Αρχείου 14.18 KB
Αριθμός Εγκαταστάσεων 114
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-10-01
Ημερομηνία Δημοσίευσης 2020-10-01
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Nithesh Gurudaas
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.patreon.com/nithesh_gurudaas
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiSearch",
    "description": "This extension will search the specified keyword on all major search engines",
    "version": "1.0",
    "author": "Nithesh Gurudaas",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "srchpage.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+M"
            }
        }
    },
    "permissions": [
        "storage"
    ]
}