Maximize Dragged Tab
Automatically maximizes any tab that is dragged out of a window.
Qu'est-ce que Maximize Dragged Tab ?
Maximize Dragged Tab est une extension Chrome développée par Evan99w, et sa fonction principale est "Automatically maximizes any tab that is dragged out of a window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Maximize Dragged Tab
Téléchargez les fichiers d'extension Maximize Dragged Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | niaijlpbaogmimhfoaakogncgmhhopge |
URL Officiel | https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge |
Description | Automatically maximizes any tab that is dragged out of a window. |
Taille du Fichier | 10.86 KB |
Nombre d'Installations | 3,546 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2022-05-29 |
Date de Publication | 2022-04-08 |
Évaluation | 3.96/5 Total 81 Évaluations |
Développeur | Evan99w |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |