Slash Space Go
Slash, Space, and Go - that's all it takes! With our extension, assign unique shortcuts to your favorite websites.
Τι είναι το Slash Space Go;
Το Slash Space Go είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kavilrawat, και η κύρια λειτουργία του είναι "Slash, Space, and Go - that's all it takes! With our extension, assign unique shortcuts to your favorite websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Slash Space Go
Λήψη αρχείων επέκτασης Slash Space Go σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hit "/" (slash) and "space" on your omnibox/search bar and hit your shortcut name to GO on any saved website! How to save it: Click on the extension icon while on any site, enter your desired shortcut, and save it. Now, to visit that website, simply type '/' and space in the search bar or omnibox, followed by your shortcut. Slash Space Go will instantly navigate to the linked website. Simplify your browsing experience with Slash Space Go! Slash Space Go! is a powerful browser extension designed to revolutionize the way you navigate the web. With this tool, you can create custom shortcuts for your most frequently visited websites, making browsing faster, more efficient, and personalized to your needs. Imagine this: You're working on a project and need to frequently visit a specific Notion page for notes. Instead of searching for the page each time or scrolling through a long list of bookmarks, you can simply save it as '/notes'. Now, whenever you need to access the page, just type '/notes' into your browser's omnibox, and you're there in an instant! Or perhaps you're in the middle of a lengthy YouTube tutorial but need to pause and return later. No need to bookmark or save the link elsewhere. Just assign a shortcut like '/ytutorial', and you can easily return to the exact point you left off. The same goes for your favorite news site (saved as '/news'), your most-used Google Doc (saved as '/doc'), or even a complex web app you're testing (saved as '/test'). The possibilities are endless! What's more, Slash Space Go! is not case-sensitive. Whether you type '/notes' or '/NOTES', you'll be directed to your desired website. And if you enter a shortcut that doesn't exist, you'll receive a notification, ensuring you're always in control. The extension also helps manage your shortcuts. If you try to save a website that's already saved, you'll get a popup stating it's already linked. Similarly, repeating shortcut names is not allowed for clarity and ease of use. And don't worry about long, complicated shortcuts - there's a limit of 15 characters, keeping your shortcuts quick and easy to type. In essence, Slash Space Go! is more than just a tool - it's a new way of browsing. It's about making the internet work for you, not the other way around. So why wait? Start your journey with Slash Space Go! today and experience the web like never before. Unfortuantely does not work on Vivaldi or ARC browser
Βασικές Πληροφορίες Επέκτασης
Όνομα | Slash Space Go |
ID | ejcaloplfaackbkpdiidjgakbogilcdf |
Επίσημο URL | https://chromewebstore.google.com/detail/slash-space-go/ejcaloplfaackbkpdiidjgakbogilcdf |
Περιγραφή | Slash, Space, and Go - that's all it takes! With our extension, assign unique shortcuts to your favorite websites. |
Μέγεθος Αρχείου | 558 KB |
Αριθμός Εγκαταστάσεων | 122 |
Τρέχουσα Έκδοση | 3.2 |
Τελευταία Ενημέρωση | 2023-07-09 |
Ημερομηνία Δημοσίευσης | 2023-05-21 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | kavilrawat |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Slash Space Go", "version": "3.2", "description": "Slash, Space, and Go - that's all it takes! With our extension, assign unique shortcuts to your favorite websites.", "permissions": [ "contextMenus", "storage", "tabs", "activeTab", "notifications" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "\/" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |