3 Tabs Only

Allows a maximum of 3 open tabs

ما هو 3 Tabs Only؟

3 Tabs Only هو إضافة Chrome تم تطويرها بواسطة One Who Tinkers، والميزة الرئيسية لها هي "Allows a maximum of 3 open tabs".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 3 Tabs Only

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

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

                        Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones.

I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review.

The script and manifest, for transparency:
goo.gl/kac7nx
goo.gl/V52guz

Images made with Canva.                    

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

الاسم 3 Tabs Only 3 Tabs Only
ID pkfpaiidmiemediimekjfmlbhnbofabd
عنوان URL الرسمي https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd
الوصف Allows a maximum of 3 open tabs
حجم الملف 37.33 KB
عدد التثبيتات 515
النسخة الحالية 7.10005
آخر تحديث 2020-03-01
تاريخ النشر 2020-03-01
تقييم 4.69/5 مجموع تقييمات 16
المطور One Who Tinkers
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3 Tabs Only",
    "description": "Allows a maximum of 3 open tabs",
    "version": "7.10005",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}