Maximize Dragged Tab

Automatically maximizes any tab that is dragged out of a window.

Что такое Maximize Dragged Tab?

Maximize Dragged Tab - это расширение Chrome, разработанное Evan99w, и его основная функция - "Automatically maximizes any tab that is dragged out of a window.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Maximize Dragged Tab

Скачайте файлы расширений Maximize Dragged Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Re-enables the ability that automatically maximizes tabs that are dragged off of the main window. 
Chrome 100 and some other versions lack this feature, this extension allows you to use it again.

Comes with the option to toggle it on or off.
Particularly useful if you have multiple monitors or use multiple chrome windows at once.

Unfortunately does not seem to work on mac.                    

Основная информация о расширении

Название Maximize Dragged Tab Maximize Dragged Tab
ID niaijlpbaogmimhfoaakogncgmhhopge
Официальный URL https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge
Описание Automatically maximizes any tab that is dragged out of a window.
Размер файла 10.86 KB
Количество установок 3,546
Текущая Версия 1.0.8
Последнее Обновление 2022-05-29
Дата публикации 2022-04-08
Рейтинг 3.96/5 Всего 81 оценок
Разработчик Evan99w
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maximize Dragged Tab",
    "description": "Automatically maximizes any tab that is dragged out of a window.",
    "version": "1.0.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}