Search Bar Shortcuts

Open web pages by entering keywords instead of full URLs. It is faster and more reliable.

Τι είναι το Search Bar Shortcuts;

Το Search Bar Shortcuts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Toast, και η κύρια λειτουργία του είναι "Open web pages by entering keywords instead of full URLs. It is faster and more reliable.".

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

screenshot

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

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

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

                        Sometimes typing a URL is faster than opening a bookmark. ⚡️Search Bar Shortcuts (Omnibox shortcuts) are built for people who often access some websites this way. The extension makes it even quicker, more reliable & predictable. 

⭐️How it works

1. Set the shortcut and the link it should open (like "e" = example.com);
2. Type the shortcut into the browser search bar and hit ↵Enter;
3. Instead of your search engine page, the extension opens the page you defined.

✅ Extension RUNS LOCALLY on your device. No data/request is ever sent or received.

Note: to achieve a natural feel, and due to technical limitations, the search results page actually opens. Then the extension reads your search request. If it matches one of the shortcuts, the page gets immediately replaced with the set page. This is why the extension requests access to your search engine page.

⭐️Supported

🔗 Link types: http, https, ftp, local files (works only in some browsers).

🕵️‍♂️ Search engines: Most popular ones (we are not allowed to list them here)

💻 Browsers: Chromium browsers, FF and Safari

💡Usage ideas/examples

1. Get straight to the needed page (avoid home, welcome, and other pages on your way to your everyday content).
Example: Open your project management application boards bypassing the home page
2. Open the same pages with different accounts.
Example: Google uses different URLs to open different accounts for Gmail, Calendar & other products. You can set 'g1' to open your personal Gmail and 'g2' - for the work one.
3. Open your company page without typing the exact URL.
Example: Usually, organizations have multiple pages on their domain. SaaS companies can additionally have app subdomains. Because of this, when you type http://company.com/ or http://app.company.com/, many suggestions appear, which do not always match what you need. Set 'app' for your SaaS app page, 'ccom' for the company home page. It makes entering the page quick and reliable, just type the shortcut and you're guaranteed to open that exact page.

👀Additional suggestions

1. To avoid coincidence with your real search requests use short text for your shortcuts that is unlikely to ever become the word you search for.
2. You may use special characters at the beginning of the shortcuts to make it even less likely to be your search request. For example, you can use a dash '-ccom'.                    

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

Όνομα Search Bar Shortcuts Search Bar Shortcuts
ID olbcnhjlfgpijjacpmepjnbgijomoicp
Επίσημο URL https://chromewebstore.google.com/detail/search-bar-shortcuts/olbcnhjlfgpijjacpmepjnbgijomoicp
Περιγραφή Open web pages by entering keywords instead of full URLs. It is faster and more reliable.
Μέγεθος Αρχείου 1.97 MB
Αριθμός Εγκαταστάσεων 233
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-02-22
Ημερομηνία Δημοσίευσης 2021-04-06
Αξιολόγηση 4.13/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Toast
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sbs.dotoast.com
URL της Σελίδας Πολιτικής Απορρήτου https://dotoast.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Bar Shortcuts",
    "description": "Open web pages by entering keywords instead of full URLs. It is faster and more reliable.",
    "version": "1.0.3",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "Search Bar Shortcuts"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "1024": "img\/logos\/logo-color-1024.png",
        "512": "img\/logos\/logo-color-512.png",
        "256": "img\/logos\/logo-color-256.png",
        "128": "img\/logos\/logo-color-128.png",
        "48": "img\/logos\/logo-color-48.png",
        "16": "img\/logos\/logo-color-16.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.google.com\/search",
        "*:\/\/www.bing.com\/search",
        "*:\/\/www.ecosia.org\/search",
        "*:\/\/go.mail.ru\/search",
        "*:\/\/duckduckgo.com\/*",
        "*:\/\/search.yahoo.com\/search*",
        "*:\/\/yandex.com\/search",
        "*:\/\/yandex.ru\/search",
        "*:\/\/yandex.ua\/search",
        "*:\/\/yandex.by\/search",
        "*:\/\/yandex.kz\/search",
        "*:\/\/yandex.uz\/search",
        "*:\/\/yandex.com.tr\/search",
        "*:\/\/yandex.fr\/search"
    ]
}