Tab Cutter
This extension divides one window into two
Tab Cutterとは何ですか?
Tab Cutterはsoagsによって開発されたChromeの拡張機能で、その主な機能は「This extension divides one window into two」です。
拡張機能のスクリーンショット
Tab Cutter拡張機能のCRXファイルをダウンロード
Tab Cutter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple tab organization tool divides one window into two. If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window. If you are looking for Tab Scissors, have a try.
拡張機能の基本情報
名前 | Tab Cutter |
ID | mekmindbhhjinkmgdjabpgfkaekhmgkj |
公式URL | https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj |
説明 | This extension divides one window into two |
ファイルサイズ | 11.09 KB |
インストール数 | 579 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-08-31 |
公開日 | 2023-08-30 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | soags |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/soags/tab-cutter |
ヘルプページのURL | https://github.com/soags/tab-cutter/issues |
プライバシーポリシーページのURL | https://soags.github.io/privacy-policy/chrome-extensions |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Cutter", "description": "This extension divides one window into two", "version": "1.0.1.0", "version_name": "1.0.1", "icons": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "action": { "default_icon": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "default_title": "Tab Cutter" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [] } |