Only One Window!
Moves all tabs into the active window.
Only One Window!とは何ですか?
Only One Window!はbarmassimoによって開発されたChromeの拡張機能で、その主な機能は「Moves all tabs into the active window.」です。
拡張機能のスクリーンショット
Only One Window!拡張機能のCRXファイルをダウンロード
Only One Window!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension group all tabs in only one window. You can do this by pressing CTRL + SHIFT + L, or by clicking on the extension icon.
拡張機能の基本情報
名前 | Only One Window! |
ID | dglfomdgahnjfpkapfgcafpgekceglil |
公式URL | https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil |
説明 | Moves all tabs into the active window. |
ファイルサイズ | 5.5 KB |
インストール数 | 48 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-10-21 |
公開日 | 2021-10-21 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | barmassimo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Only One Window!", "description": "Moves all tabs into the active window.", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [], "action": { "default_icon": { "16": "\/images\/ico_16.png", "32": "\/images\/ico_32.png", "48": "\/images\/ico_48.png", "128": "\/images\/ico_128.png" } }, "icons": { "16": "\/images\/ico_16.png", "32": "\/images\/ico_32.png", "48": "\/images\/ico_48.png", "128": "\/images\/ico_128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } } } |