'Nuff Tabs

Limit the number of open tabs. Automatically close previous tabs.

'Nuff Tabs क्या है?

'Nuff Tabs https://www.squobble.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Limit the number of open tabs. Automatically close previous tabs."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Limit the number of open tabs. Tabs are automatically closed when you surpass the limit, based on a rule you can specify.

Options allow to
1. set the tab limit
2. specify the discard rule
3. leave the pinned tabs untouched
4. show the current number of tabs in the icon

The following discard rules are included: Either close the oldest tab, the newest tab (avoids auto-closing tabs), the least recently used tab, the least frequently used tab, or a random tab.

Source code: https://github.com/steven2358/NuffTabs                    

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

नाम 'Nuff Tabs 'Nuff Tabs
ID kemeihccgedidlokcbfhdekcfojpjjmp
आधिकारिक URL https://chromewebstore.google.com/detail/nuff-tabs/kemeihccgedidlokcbfhdekcfojpjjmp
विवरण Limit the number of open tabs. Automatically close previous tabs.
फ़ाइल का आकार 11.11 KB
स्थापना संख्या 975
वर्तमान संस्करण 0.5
अंतिम अपडेट 2015-10-02
प्रकाशन तिथि 2015-10-02
रेटिंग 4.44/5 कुल 18 रेटिंग्स
डेवलपर https://www.squobble.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/steven2358/NuffTabs
सहायता पृष्ठ URL https://github.com/steven2358/NuffTabs/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "'Nuff Tabs",
    "author": "Steven Van Vaerenbergh",
    "version": "0.5",
    "description": "Limit the number of open tabs. Automatically close previous tabs.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "19": "i\/nufftabs19.png",
        "32": "i\/nufftabs32.png",
        "48": "i\/nufftabs48.png",
        "64": "i\/nufftabs64.png",
        "128": "i\/nufftabs128.png"
    },
    "browser_action": {
        "default_name": "'Nuff Tabs",
        "default_icon": "i\/nufftabs19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "nufftabs.js"
        ]
    },
    "options_page": "options.html"
}