TabPunk

Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!

Τι είναι το TabPunk;

Το TabPunk είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tabpunk.com, και η κύρια λειτουργία του είναι "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        TabPunk - The Simplest Tab Manager

Tired of drowning in a sea of open tabs? TabPunk offers a comprehensive solution to effortlessly organize your tabs into collections and spaces for quick & easy access.

TAB MANAGEMENT
With TabPunk, you can organize your tabs and links into custom collections and spaces, allowing you to easily switch between them and stay focused on the task at hand.
No more endless scrolling or searching for that one tab buried deep in your browser history.

SPACES & COLLECTIONS
By keeping your tabs and links organized into different spaces, you can switch context between personal and work projects without losing focus.
Goodbye distractions, hello getting-things-done!

AUTO-SYNC
With TabPunk's auto-sync feature, you can seamlessly access your organized tabs and saved links across all your devices. Whether you're switching between your computer, laptop, or mobile device, TabPunk ensures that your tab collections and spaces are always up-to-date and readily available.

For support, email us at [email protected] - we’ll try to respond within 24 hours.

Terms of Use: https://www.tabpunk.com/terms-of-use
Privacy Policy: https://www.tabpunk.com/privacy-policy                    

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

Όνομα TabPunk TabPunk
ID kmlenlgoldchdbfkmlloocjkggjgaffb
Επίσημο URL https://chromewebstore.google.com/detail/tabpunk/kmlenlgoldchdbfkmlloocjkggjgaffb
Περιγραφή Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!
Μέγεθος Αρχείου 737 KB
Αριθμός Εγκαταστάσεων 293
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2023-12-21
Ημερομηνία Δημοσίευσης 2023-08-09
Αξιολόγηση 5.00/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://tabpunk.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Διεύθυνση URL της Σελίδας Βοήθειας https://www.tabpunk.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.tabpunk.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabPunk",
    "version": "0.3.1",
    "description": "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}