Maximize Dragged Tab
Automatically maximizes any tab that is dragged out of a window.
Cos'è Maximize Dragged Tab?
Maximize Dragged Tab è un'estensione di Chrome sviluppata da Evan99w, e la sua funzione principale è "Automatically maximizes any tab that is dragged out of a window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Maximize Dragged Tab
Scarica i file di estensione Maximize Dragged Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | niaijlpbaogmimhfoaakogncgmhhopge |
URL Ufficiale | https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge |
Descrizione | Automatically maximizes any tab that is dragged out of a window. |
Dimensione del File | 10.86 KB |
Conteggio Installazioni | 3,546 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2022-05-29 |
Data di Pubblicazione | 2022-04-08 |
Valutazione | 3.96/5 Totale 81 Valutazioni |
Sviluppatore | Evan99w |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |