Maximize Dragged Tab

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

Co to jest Maximize Dragged Tab?

Maximize Dragged Tab to rozszerzenie Chrome opracowane przez Evan99w, a jego główną funkcją jest „Automatically maximizes any tab that is dragged out of a window.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Maximize Dragged Tab

Pobierz pliki rozszerzeń Maximize Dragged Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Maximize Dragged Tab Maximize Dragged Tab
ID niaijlpbaogmimhfoaakogncgmhhopge
Oficjalny URL https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge
Opis Automatically maximizes any tab that is dragged out of a window.
Rozmiar pliku 10.86 KB
Liczba instalacji 3,546
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2022-05-29
Data Publikacji 2022-04-08
Ocena 3.96/5 Łącznie 81 Oceny
Deweloper Evan99w
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}