Tab limit

Limit the number of tabs you can have open at a time

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

Το Tab limit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 3arry.dev, και η κύρια λειτουργία του είναι "Limit the number of tabs you can have open at a time".

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

screenshot

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

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

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

                        The extension allows users to set the maximum number of tabs they want open across their chrome windows at a time. If a user tries to open a tab when he's already at his tab limit, the newly opened tab automatically closes. This extension will be useful to users who find themselves opening more tabs than they need to. It will also helps users get less distracted from the task at hand by finding themselves opening unnecessary tabs. It is kind of a nudge for them to remind themselves that, hey, they need to stay focused on the task at hand. The user can adjust the number of maximum tabs they want open at any point in time.                    

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

Όνομα Tab limit Tab limit
ID djdcpjfmniidpdaalloiipgjphgikejl
Επίσημο URL https://chromewebstore.google.com/detail/tab-limit/djdcpjfmniidpdaalloiipgjphgikejl
Περιγραφή Limit the number of tabs you can have open at a time
Μέγεθος Αρχείου 8.98 KB
Αριθμός Εγκαταστάσεων 313
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2022-05-28
Ημερομηνία Δημοσίευσης 2022-05-28
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής 3arry.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab limit",
    "description": "Limit the number of tabs you can have open at a time",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_128.png",
            "32": "\/images\/logo_128.png",
            "48": "\/images\/logo_128.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_128.png",
        "32": "\/images\/logo_128.png",
        "48": "\/images\/logo_128.png",
        "128": "\/images\/logo_128.png"
    }
}