Supatabs - OneTab on Steroids

Supatabs - OneTab but 10x better! Declutter your browser tabs in seconds and speed up your computer.

Τι είναι το Supatabs - OneTab on Steroids;

Το Supatabs - OneTab on Steroids είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://supatabs.com, και η κύρια λειτουργία του είναι "Supatabs - OneTab but 10x better! Declutter your browser tabs in seconds and speed up your computer.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Supatabs - OneTab on Steroids

Λήψη αρχείων επέκτασης Supatabs - OneTab on Steroids σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        If you found this extension you probably have a lot of tabs open right now and Chrome is using a significant amount of memory. Don't worry, we had the same problem.

Supatabs is here to help out:

🔎 Search through your tabs in Supatabs
👌 Simple by design - no overwhelming UI
📈 Can massively reduce your Chrome RAM usage
⌨️ Customizable keyboard shortcuts for extra productivity
▶️ Pause and resume work by saving and switching through tab groups
🔗 Share a list of tabs via Whatsapp and Telegram, or copy the list to your Clipboard
✨ Remove duplicates with a single click
🌚 Pick between dark or light mode 🌕
✅ Does not replace your default tab
✅ Supports Chrome tab groups

🔎 SEARCHABLE TABS
 
Effortlessly filter your saved tabs with the Supatabs search bar.

📈 RAM SAVINGS

Supatabs reduces the amount of memory your Chrome browser takes up on your computer. Keeping your tabs in Supatabs can drastically improve your computer's performance!

▶️ PAUSE AND RESUME WORK
 
- Save each session to a group of links. (all tabs or left/right from active tab)
- Easily swap open tabs with a saved group with the click of a button.
- Reorder tabs and groups with intuitive drag and drop. 
- Remove duplicates with a single click

⌨️ KEYBOARD SHORTCUTS

10x your productivity with keyboard shortcuts. Supatabs provides customizable keyboard shortcuts to collect open tabs in any direction (left from active tab, right from active tab, all tabs, or a single tab). You can also open/focus Supatabs with a shortcut.

🔗 SHAREABLE TABS

Have you ever needed to share multiple links with a colleague or a friend? With Supatabs you can share all links in a group via Whatsapp or Telegram with the click of a button. If that's not enough you can also copy the list of links to your clipboard and send them anywhere you want!

★ BEAUTIFUL AND NON-INTRUSIVE

Sleek design with dark- and light mode at your fingertips. Ok... to be fair we are a bit biased here.  You can either have Supatabs pinned, or unpinned. It will NOT replace your "New Tab" (for most people this would be the Google start page)

The OneTab replacement you didn't know you have been looking for.                    

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

Όνομα Supatabs - OneTab on Steroids Supatabs - OneTab on Steroids
ID icbcnjlaegndjabnjbaeihnnmidbfigk
Επίσημο URL https://chromewebstore.google.com/detail/supatabs-onetab-on-steroi/icbcnjlaegndjabnjbaeihnnmidbfigk
Περιγραφή Supatabs - OneTab but 10x better! Declutter your browser tabs in seconds and speed up your computer.
Μέγεθος Αρχείου 251 KB
Αριθμός Εγκαταστάσεων 3,139
Τρέχουσα Έκδοση 0.14.0
Τελευταία Ενημέρωση 2024-02-12
Ημερομηνία Δημοσίευσης 2022-07-20
Αξιολόγηση 4.31/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής https://supatabs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://supatabs.com
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.supatabs.com
Υποστηριζόμενες Γλώσσες de,en,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "34": "icon-34.png"
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "tabGroups"
    ],
    "commands": {
        "merge-selected": {
            "description": "Send selected tabs to Supatabs."
        },
        "merge-all": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Send all open tabs to Supatabs."
        },
        "merge-left": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Send all open tabs to the left to Supatabs."
        },
        "merge-right": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Send all open tabs to the right to Supatabs."
        },
        "open-app-tab": {
            "suggested_key": {
                "default": "Alt+O",
                "mac": "Alt+O"
            },
            "description": "Open or focus Supatabs."
        }
    },
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "use_dynamic_url": false
        }
    ],
    "version": "0.14.0"
}