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?
Child Tab Next是由Gavin Borg开发的Chrome扩展程序,该扩展的主要功能是“Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.”。
扩展截图
下载Child Tab Next扩展crx文件
下载Child Tab Next扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Child Tab Next |
ID | nadhoeblpbehkmjbnoedmclliljoikbi |
官方URL | https://chromewebstore.google.com/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi |
简介 | Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end. |
文件大小 | 18.96 KB |
安装次数 | 682 |
当前版本 | 3.0 |
更新时间 | 2024-02-14 |
上架时间 | 2017-05-07 |
评分 | 4.20/5 共20次评分 |
开发者 | Gavin Borg |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/theborg3of5/ChildTabNext |
支持的语言 | 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" } |