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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gavin Borg และคุณลักษณะหลักของมันคือ "Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Child Tab Next
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |