Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Move tabs between windows là gì?
Move tabs between windows là một tiện ích mở rộng Chrome được phát triển bởi Ivan Novikov, và tính năng chính của nó là "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".
Tải xuống tệp CRX của tiện ích mở rộng Move tabs between windows
Tải xuống các tệp mở rộng Move tabs between windows dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs: — To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key. — To select a range of tabs, click tab handles while holding down the Shift key. Source code: https://github.com/ivan7237d/move-tabs
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Move tabs between windows |
ID | dcgkknngicjdagcjljfbhgdimlfhafag |
URL Chính Thức | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
Mô tả | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
Kích Thước Tệp | 3.54 KB |
Số Lần Cài Đặt | 216 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-11-08 |
Ngày Phát Hành | 2016-11-08 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Ivan Novikov |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/ivan7237d |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tabs between windows", "version": "1.0", "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "background.js" ] }, "offline_enabled": true, "browser_action": { "default_title": "Move tabs to another window" } } |