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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}