Multiple Search Engines - MSE

Select, right click, search in multiple search engines!

Τι είναι το Multiple Search Engines - MSE;

Το Multiple Search Engines - MSE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hawar Koyi, και η κύρια λειτουργία του είναι "Select, right click, search in multiple search engines!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Multiple Search Engines - MSE

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

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

                        Update to version 1.2.5 (Fixed bugs, edited imdb search URL and added new search engines).

Following search engines has been added as default:
#Wikipedia English, Español and Norwegian – Knowledge
#Amazon Global and UK – Commerce
#AliExpress Global – Commerce
#Ebay Global – Commerce
#Finn.no – Norwegian Commerce
#Gulesider.no – Norwegian Search tools
#Proff.no – Norwegian Search tools
#IMOB – Movies
#Linkedin – Social
#Facebook – Social
#X - Twitter – Social
#Youtube – Social
#Google Search
#Gmail – Personal and business
#Cisco – Community
#Stackoverflow – Community

This extension provides the user a quick way to search for selected text in multiple search engens. Supports grouping engines, own search URL, search in incognito, dark mode, search everywhere and more.

How to use it?
Right-click on the highlighted text and select (Search "word" for) from the context menu. It’ll open search results in the current tab active, in the new tab or incognito. Based in your settings on the selected search engines.

How to open in new tab?
From option page click on "Advanced config", or from context menu (right-click menu) choose last one "Options", will open option page. Then select "Open links in new tab". 

How to Search everywhere?
From option page click on "Advanced config", to activate it. You can select all 3 options. 
 * Show 'Search everywhere' option.
 * Show 'Search everywhere' option within groups.
 * New! "Search everywhere" in new window (Overrides incognito settings).

How to import or export settings?
From option page click on "Import/Export Config".

How to create a Search URL of your own?
From option page click on "Create own Search URL", to show you step by step how to create it.

How do I edit the Search Engines' list?
From option page click on "Edit the Search Engines", to find out how to edit it.

Super easy to use! If you have any problems, issues, or questions how to use it, feel free to contact me or visit https://hawar.no/2023/02/multiple-search-engines/

Enjoy!                    

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

Όνομα Multiple Search Engines - MSE Multiple Search Engines - MSE
ID oenahigafdpmlmaenjgiedobgooekkmp
Επίσημο URL https://chromewebstore.google.com/detail/multiple-search-engines-m/oenahigafdpmlmaenjgiedobgooekkmp
Περιγραφή Select, right click, search in multiple search engines!
Μέγεθος Αρχείου 297 KB
Αριθμός Εγκαταστάσεων 232
Τρέχουσα Έκδοση 1.2.5
Τελευταία Ενημέρωση 2023-10-31
Ημερομηνία Δημοσίευσης 2023-02-15
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Hawar Koyi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hawar.no/2023/02/multiple-search-engines/
Διεύθυνση URL της Σελίδας Βοήθειας https://hawar.no/2023/02/multiple-search-engines/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multiple Search Engines - MSE",
    "description": "Select, right click, search in multiple search engines!",
    "version": "1.2.5",
    "author": "Hawar Koyi",
    "short_name": "MSE",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/128.png",
            "16": "images\/16.png",
            "48": "images\/48.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ]
}