MoveTab
A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
MoveTab là gì?
MoveTab là một tiện ích mở rộng Chrome được phát triển bởi sawjax, và tính năng chính của nó là "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MoveTab
Tải xuống các tệp mở rộng MoveTab 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
Ever tried moving a chrome tab to another window while its minimised or on another desktop, all the while having to drag it and find the right focus on the right window? Annoying isn't it? MoveTab solves that problem by helping you move tabs in two steps. 1. Go to the tab you want to move and click on MoveTab. 2. Go to the window where you want it and click on MoveTab again. It's that simple!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MoveTab |
ID | jokbmfhbamgbbjglhcphlpkcklpbceid |
URL Chính Thức | https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid |
Mô tả | A chrome extension that helps you move your tabs from one window to another without dragging and dropping. |
Kích Thước Tệp | 29.04 KB |
Số Lần Cài Đặt | 149 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-09-01 |
Ngày Phát Hành | 2014-09-01 |
Đánh Giá | 4.92/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | sawjax |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MoveTab", "description": "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Move this tab", "default_icon": { "19": "icons\/icon19in.png", "38": "icons\/icon38in.png" } }, "manifest_version": 2 } |