Tab Limiter And Restorer

Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.

Tab Limiter And Restorer क्या है?

Tab Limiter And Restorer https://inzk.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space."।

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

screenshot

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

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

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

                        This extension enables you to limit the number of tabs opened in a browser window.

It will close tabs when you reach the limit and restore them when there is a space.                    

एक्सटेंशन की मूल जानकारी

नाम Tab Limiter And Restorer Tab Limiter And Restorer
ID ifhilckbhneppbcbpkimbgeahhijhdpj
आधिकारिक URL https://chromewebstore.google.com/detail/tab-limiter-and-restorer/ifhilckbhneppbcbpkimbgeahhijhdpj
विवरण Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.
फ़ाइल का आकार 63.97 KB
स्थापना संख्या 693
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-06-02
प्रकाशन तिथि 2020-06-17
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर https://inzk.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter And Restorer",
    "version": "1.1.0",
    "description": "Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "src\/utils\/utils.js",
            "src\/background\/storage.js",
            "src\/background\/on-tab-activated.js",
            "src\/background\/on-tab-event.js",
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Tab Limiter And Restorer",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "19": "src\/assets\/icons\/icon-19.png",
            "24": "src\/assets\/icons\/icon-24.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "38": "src\/assets\/icons\/icon-38.png",
            "48": "src\/assets\/icons\/icon-48.png"
        }
    },
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "19": "src\/assets\/icons\/icon-19.png",
        "24": "src\/assets\/icons\/icon-24.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "38": "src\/assets\/icons\/icon-38.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "manifest_version": 2
}