Custom Chrome Shortcut Manager

To use, type 'go' into the search bar.

Τι είναι το Custom Chrome Shortcut Manager;

Το Custom Chrome Shortcut Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://swsmith.cc, και η κύρια λειτουργία του είναι "To use, type 'go' into the search bar.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Custom Chrome Shortcut Manager

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

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

                        **New in Version 1.1.0**
Ability to remove individual shortcuts!

Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze.

Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar.

Press tab and enter the alias of the website you want to visit.

You're then directed the website.

As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.                    

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

Όνομα Custom Chrome Shortcut Manager Custom Chrome Shortcut Manager
ID ijihchgjhagfhdkhagnmlebpepjlecml
Επίσημο URL https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml
Περιγραφή To use, type 'go' into the search bar.
Μέγεθος Αρχείου 202 KB
Αριθμός Εγκαταστάσεων 1,913
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2022-05-25
Ημερομηνία Δημοσίευσης 2020-05-04
Αξιολόγηση 3.23/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://swsmith.cc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sean-smith.github.io/chromeshortcuts/index.html
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/sean-smith/chrome_shortcuts/issues
URL της Σελίδας Πολιτικής Απορρήτου https://seanssmith.net/copyright.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Chrome Shortcut Manager",
    "short_name": "Omnibox Alias",
    "description": "To use, type 'go' into the search bar.",
    "version": "1.1.1",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Omnibox Alias",
        "default_icon": "img\/terminal_16x16.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "go"
    },
    "icons": {
        "16": "img\/terminal_16x16.png",
        "48": "img\/terminal_48x48.png",
        "128": "img\/terminal_128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}