One Click Search - Select and search popup

Select any text and click the popup icons to search all of your favourite sites. Bring speed and efficiency to your web navigation.

Τι είναι το One Click Search - Select and search popup;

Το One Click Search - Select and search popup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alex Wright (alexwmw), και η κύρια λειτουργία του είναι "Select any text and click the popup icons to search all of your favourite sites. Bring speed and efficiency to your web navigation.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης One Click Search - Select and search popup

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

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

                        Description:

Search faster and increase your productivity with One Click Search, the select and search popup.

One Click Search puts more power at your fingertips:

✓ Faster than copy and pasting text into a new tab
✓ More convenient than a context menu shortcut
✓ Don't just Google - search your favourite websites directly

How it works:

Simply highlight any text on any webpage and a pop-up will appear, displaying search icons for all of the websites entries you have stored.

One Click Search is highly customisable with an intuitive interface, allowing you to show as many or as few search icons as you like, in whatever order you like. 

But that's not all - you can add as many additional websites as you choose, allowing you to customise the extension for your own needs. Most websites that have their own search functionality are compatible and can be added as search providers - and many translation services too!

NEW in Version 2.0:

✓ Updated user interface, logo and color scheme
✓ Easier method of adding search providers from URL string
✓ Customisable popup appearance including color, size, shape and animations 
✓ Sophisticated alerts, modals and dialogs
✓ Responsive options page design
✓ Dark and light modes
✓ Written in ReactJS for a rich user experience                    

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

Όνομα One Click Search - Select and search popup One Click Search - Select and search popup
ID eaafadnjnjkpfeoghedeoadlnebaccbg
Επίσημο URL https://chromewebstore.google.com/detail/one-click-search-select-a/eaafadnjnjkpfeoghedeoadlnebaccbg
Περιγραφή Select any text and click the popup icons to search all of your favourite sites. Bring speed and efficiency to your web navigation.
Μέγεθος Αρχείου 3.47 MB
Αριθμός Εγκαταστάσεων 239
Τρέχουσα Έκδοση 2.0.24
Τελευταία Ενημέρωση 2023-09-27
Ημερομηνία Δημοσίευσης 2021-07-26
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Alex Wright (alexwmw)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,en-GB,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.24",
    "manifest_version": 3,
    "name": "One Click Search - Select and search popup",
    "description": "Select any text and click the popup icons to search all of your favourite sites. Bring speed and efficiency to your web navigation.",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "One Click Search",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}