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