Vertical Tabs
Vertical tab manager
Τι είναι το Vertical Tabs;
Το Vertical Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://samihaddad.dev, και η κύρια λειτουργία του είναι "Vertical tab manager".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Vertical Tabs
Λήψη αρχείων επέκτασης Vertical Tabs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
💡 How to Get Started: Activate Vertical Tabs with just a click on the extension icon. Pin it for quick access and utilize the shortcut Alt+B (modify from chrome://extensions/shortcuts). 🚀 Discover a new dimension of tab management with Vertical Tabs, a Chrome extension aiming to enhance your browsing experience. 🎯 Effortless Tab Management: Vertical Tabs elegantly organizes your tabs and groups them seamlessly within Chrome's side panel, simplifying your browsing experience. 🌟 Seamless Integration: Crafted specifically for Chrome, Vertical Tabs seamlessly integrates, becoming an intuitive extension of your browsing experience. 🔍 Swift Tab Access and Search: Navigate your tabs effortlessly and find what you need quickly with the intuitive search functionality. Say goodbye to tab-hunting chaos! 🔄 Intuitive Tab Reordering: Drag and drop tabs with ease, effortlessly rearranging them to match your workflow and priorities. Take control of your browsing experience like never before. 🌘 Dark Mode: Dark Mode intelligently aligns with your system theme, ensuring a comfortable browsing experience without any manual adjustments. 📍 Change Position: Personalize your browsing setup by choosing to position Vertical Tabs on either the left or right side of your screen. Simply head to Chrome Settings > Appearance > Side Panel and make it your own. 🛡️ Privacy-First Approach: Your tab information stays private, no tab data is sent to any servers. Enjoy organized tabs while keeping your data secure. Get ready to streamline your browsing, boost productivity, and enjoy a visually stunning interface with Vertical Tabs. Download now and discover the future of tab management!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Vertical Tabs |
ID | efobhjmgoddhfdhaflheioeagkcknoji |
Επίσημο URL | https://chromewebstore.google.com/detail/vertical-tabs/efobhjmgoddhfdhaflheioeagkcknoji |
Περιγραφή | Vertical tab manager |
Μέγεθος Αρχείου | 875 KB |
Αριθμός Εγκαταστάσεων | 11,453 |
Τρέχουσα Έκδοση | 2.1.17 |
Τελευταία Ενημέρωση | 2024-01-28 |
Ημερομηνία Δημοσίευσης | 2020-08-31 |
Αξιολόγηση | 4.02/5 Συνολικά 81 Αξιολογήσεις |
Προγραμματιστής | https://samihaddad.dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/samihaddad/vertical-tabs-chrome-extension/issues |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/samihaddad/vertical-tabs-chrome-extension/issues |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Vertical Tabs", "description": "Vertical tab manager", "version": "2.1.17", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "sidePanel", "tabs", "tabGroups", "storage", "favicon", "contextMenus" ], "side_panel": { "default_path": "index.html" }, "action": { "default_title": "Vertical Tabs", "default_icon": { "19": "assets\/icons\/19.png", "38": "assets\/icons\/38.png" } }, "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+B" } } } } |