NoTabTearing

Prevents tearing tabs out of a window.

ما هو NoTabTearing؟

NoTabTearing هو إضافة Chrome تم تطويرها بواسطة Nate، والميزة الرئيسية لها هي "Prevents tearing tabs out of a window.".

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

screenshot

تحميل ملف CRX للإضافة NoTabTearing

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

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

                        Is tab detachment annoying for you? Do you accidentally open new windows by clicking a tab for too long too often?

This extension prevents you from dragging tabs from one window to another (tab tearing, tab detaching) by putting the tab back where it came from as soon as you pull the tab out of the window.                    

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

الاسم NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
عنوان URL الرسمي https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
الوصف Prevents tearing tabs out of a window.
حجم الملف 7.99 KB
عدد التثبيتات 28
النسخة الحالية 0.7
آخر تحديث 2023-01-25
تاريخ النشر 2013-12-13
تقييم 3.33/5 مجموع تقييمات 3
المطور Nate
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoTabTearing",
    "short_name": "NoTabTearing",
    "description": "Prevents tearing tabs out of a window.",
    "author": "Nate Hitze",
    "version": "0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "notabtearing.js"
    }
}