Child Tab Next
Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.
Child Tab Next là gì?
Child Tab Next là một tiện ích mở rộng Chrome được phát triển bởi Gavin Borg, và tính năng chính của nó là "Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.".
Ả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 Child Tab Next
Tải xuống các tệp mở rộng Child Tab Next 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
A Google Chrome extension to force new/duplicated tabs (but not those opened from links) to open to the right of the current tab. Inspired by "Tab to the Next" ( https://chrome.google.com/webstore/detail/tab-to-the-next/mpahcojfojbnloiafagggcdimaklphij/ ) Icons by New Mooon ( http://code.google.com/u/newmooon/ ) --- #### Changelog * 1.0 (9/15/13) * Initial release. * 2.0 (2/18/17) * Rewrote from scratch, should now be more reliable. Also added support for duplicating tabs. * 2.1 (3/29/21) * Fix extension not working for new tabs (by checking tab.pendingUrl) * 3.0 (2/13/24) * Update to support manifest v3 --- Please note that this was made for personal use, so replies and fixes may be significantly delayed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Child Tab Next |
ID | nadhoeblpbehkmjbnoedmclliljoikbi |
URL Chính Thức | https://chromewebstore.google.com/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi |
Mô tả | Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end. |
Kích Thước Tệp | 18.96 KB |
Số Lần Cài Đặt | 682 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2017-05-07 |
Đánh Giá | 4.20/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Gavin Borg |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/theborg3of5/ChildTabNext |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Child Tab Next", "version": "3.0", "description": "Force new\/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "incognito": "split" } |