Tab Grouper

Let's you group your chrome tabs by domain

Τι είναι το Tab Grouper;

Το Tab Grouper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Very Good Chrome Extensions, και η κύρια λειτουργία του είναι "Let's you group your chrome tabs by domain".

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

screenshot
screenshot

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

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

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

                        Group your tabs based on the url domain with a single click!

Do you have too many tabs open? Are many of those tabs from the same website? If so then this extension is just for you! With a single click this extension will group all your tabs based on website/domain.

Usage and limitations
• Only groups tabs if there is at least two tabs open with the same url domain.
• It will group only tabs in the current window.
• If grouping is done on a second window, it will check if the domain group already exists from prior groups even on a different window and send the tab to that group if it does.

0.0.2 changes
• Fixed bug
• Added an options page to allow reset of extension data in case of errors.                    

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

Όνομα Tab Grouper Tab Grouper
ID fkpmakflpdgeblkpdklpoohabkdghjpd
Επίσημο URL https://chromewebstore.google.com/detail/tab-grouper/fkpmakflpdgeblkpdklpoohabkdghjpd
Περιγραφή Let's you group your chrome tabs by domain
Μέγεθος Αρχείου 228 KB
Αριθμός Εγκαταστάσεων 92
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2021-04-18
Ημερομηνία Δημοσίευσης 2021-04-01
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Very Good Chrome Extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Grouper",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Let's you group your chrome tabs by domain",
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Tab Grouper"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}