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."입니다.

확장 프로그램 스크린샷

screenshot

Child Tab Next 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}