'Nuff Tabs

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

ما هو 'Nuff Tabs؟

'Nuff Tabs هو إضافة Chrome تم تطويرها بواسطة https://www.squobble.com، والميزة الرئيسية لها هي "Limit the number of open tabs. Automatically close previous tabs.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 'Nuff Tabs

قم بتنزيل ملفات الامتداد 'Nuff Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}