Tabit

Manage your browser tabs in groups and archives.

Τι είναι το Tabit;

Το Tabit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Woody, και η κύρια λειτουργία του είναι "Manage your browser tabs in groups and archives.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tabit helps you manage your chrome tabs. It provides a clean UI for tab management and organizes browser tabs under named groups for various usage (e.g., Dev, Latest, Some Project, Regular Visits). By saving opened browser tabs in a named group you can reopen them later quickly, and thus you may close those opened tabs to reduce browser memory. You need not worry about closing the browser mistakenly.
 
More ways to save tabs. You can save all opened browser tabs to a new group on Tabit Page, and you can also do it for the active tab or multiple selected tabs in the browser window to a specific group with the extension popup window.

Home and Archive. There are two workspaces on Tabit. One is the Home page for regular or daily use of tab groups, and the other is the archive page with tab groups for future use. Home page displays tab groups in card view and supports dragging groups and tabs as you like. You can save the latest working or most used browser tabs in a group and archive or delete them to make your home page clean.

Searching for tabs. By clicking the top search icon you can search browser tabs. Besides, Tabit provides a group box to manage groups, with which you can filter and select groups you want to display. On the group box, you can merge, archive and delete them in batch. 

Export and import of tab data. On Tabit you can export all the tab data to a JSON file and import it later. 

Now tabit supports dark mode relying on the operating system preference. Set your operating system to dark theme to activate it.                    

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

Όνομα Tabit Tabit
ID gbkkbifcghlfjadgmkfikemgmpjigpgl
Επίσημο URL https://chromewebstore.google.com/detail/tabit/gbkkbifcghlfjadgmkfikemgmpjigpgl
Περιγραφή Manage your browser tabs in groups and archives.
Μέγεθος Αρχείου 173 KB
Αριθμός Εγκαταστάσεων 88
Τρέχουσα Έκδοση 1.2.2.2
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2021-01-21
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Woody
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tabitplus.netlify.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://tabitplus.netlify.app/about
URL της Σελίδας Πολιτικής Απορρήτου https://tabitplus.netlify.app/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabit",
    "short_name": "Tabit",
    "version": "1.2.2.2",
    "description": "Manage your browser tabs in groups and archives.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Tabit",
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "author": "Woody Wang",
    "incognito": "split",
    "homepage_url": "https:\/\/tabitplus.netlify.app\/"
}