Auto Maximize Tab

Auto maximize a Chrome tab when it is dragged out into a new window.

Vad är Auto Maximize Tab?

Auto Maximize Tab är en Chrome-tillägg utvecklad av Ricky K, och dess huvudfunktion är "Auto maximize a Chrome tab when it is dragged out into a new window.".

Tilläggsskärmbilder

Ladda ner Auto Maximize Tab-förlängningens CRX-fil

Ladda ner Auto Maximize Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Chrome released a new version on April 1, 2022 which changed the behavior of dragging out a tab into a new window/monitor. When you drag a tab out into a new window, it stays small and no longer maximizes to fill the screen.

This Chrome extension aims to bring back the old behavior.

Specifically, this extension does the following:
- If the window is maximized, and you drag a tab out into a new window then it'll maximize the new window as well.
- If the window was not maximized to begin with, then the new window after dragging out a tab will not be maximized.
- Supports dragging out multiple tabs at once.

This extension does not require any additional permissions.
This extension does not track or store any user data.                    

Grundläggande Information om Tillägg

Namn Auto Maximize Tab Auto Maximize Tab
ID cgcbkddachjdngdoemmldmhldppdaeni
Officiell webbadress https://chromewebstore.google.com/detail/auto-maximize-tab/cgcbkddachjdngdoemmldmhldppdaeni
Beskrivning Auto maximize a Chrome tab when it is dragged out into a new window.
Filstorlek 9.29 KB
Antal Installationer 268
Aktuell Version 1.1.0
Senast Uppdaterad 2023-12-29
Publiceringsdatum 2022-04-18
Betyg 3.50/5 Totalt 6 Betyg
Utvecklare Ricky K
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Maximize Tab",
    "manifest_version": 3,
    "version": "1.1.0",
    "description": "Auto maximize a Chrome tab when it is dragged out into a new window.",
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}