Tab Limiter

Limit the number of open tabs – in total and per window

ما هو Tab Limiter؟

Tab Limiter هو إضافة Chrome تم تطويرها بواسطة Matthias Vogt، والميزة الرئيسية لها هي "Limit the number of open tabs – in total and per window".

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

screenshot

تحميل ملف CRX للإضافة Tab Limiter

قم بتنزيل ملفات الامتداد Tab Limiter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once.
You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.                    

معلومات أساسية عن التمديد

الاسم Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
الوصف Limit the number of open tabs – in total and per window
حجم الملف 159 KB
عدد التثبيتات 50,000
النسخة الحالية 0.4.0
آخر تحديث 2020-12-23
تاريخ النشر 2020-04-21
تقييم 4.48/5 مجموع تقييمات 29
المطور Matthias Vogt
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/matthias-vogt/tab-limiter
عنوان صفحة المساعدة https://github.com/matthias-vogt/tab-limiter
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter",
    "description": "Limit the number of open tabs \u2013 in total and per window",
    "version": "0.4.0",
    "author": "Matthias Vogt",
    "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Tab Limiter"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}