Auto Maximize Tab
Auto maximize a Chrome tab when it is dragged out into a new window.
Auto Maximize Tabとは何ですか?
Auto Maximize TabはRicky Kによって開発されたChromeの拡張機能で、その主な機能は「Auto maximize a Chrome tab when it is dragged out into a new window.」です。
拡張機能のスクリーンショット
Auto Maximize Tab拡張機能のCRXファイルをダウンロード
Auto Maximize Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | cgcbkddachjdngdoemmldmhldppdaeni |
公式URL | https://chromewebstore.google.com/detail/auto-maximize-tab/cgcbkddachjdngdoemmldmhldppdaeni |
説明 | Auto maximize a Chrome tab when it is dragged out into a new window. |
ファイルサイズ | 9.29 KB |
インストール数 | 268 |
現在のバージョン | 1.1.0 |
最終更新日 | 2023-12-29 |
公開日 | 2022-04-18 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | Ricky K |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |