Tab limit

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

Tab limit क्या है?

Tab limit 3arry.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Limit the number of tabs you can have open at a time"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab limit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}