Merge Windows
Merge windows into the active one
Merge Windows là gì?
Merge Windows là một tiện ích mở rộng Chrome được phát triển bởi Sindre Sorhus, và tính năng chính của nó là "Merge windows into the active one".
Ả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 Merge Windows
Tải xuống các tệp mở rộng Merge 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
This extension lets you easily merge all tabs in different windows into one window. Just press the "merge windows" toolbar button.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Merge Windows |
ID | kbpinmnkhfkoidiinmapkhifnfoiklkb |
URL Chính Thức | https://chromewebstore.google.com/detail/merge-windows/kbpinmnkhfkoidiinmapkhifnfoiklkb |
Mô tả | Merge windows into the active one |
Kích Thước Tệp | 4.87 KB |
Số Lần Cài Đặt | 2,542 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2021-08-06 |
Ngày Phát Hành | 2020-05-18 |
Đánh Giá | 4.85/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Sindre Sorhus |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sindresorhus/merge-windows |
URL Trang Trợ Giúp | https://github.com/sindresorhus/merge-windows/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Merge Windows", "version": "1.2.0", "description": "Merge windows into the active one", "homepage_url": "https:\/\/github.com\/sindresorhus\/merge-windows", "manifest_version": 2, "minimum_chrome_version": "61", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Merge Windows", "default_icon": "icon.png" } } |