Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Open New Tab After Current Tab란 무엇입니까?
Open New Tab After Current Tab은(는) https://arnaudligny.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens new tab after the active tab, instead of last position."입니다.
확장 프로그램 스크린샷
Open New Tab After Current Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
By default a new tab is opened at the end of the row of tabs, but it's not intuitive: with this extension a new tab opened with the keyboard shortcut (⌘ Cmd+T) or with the "plus" button will be opened just after the current active tab.
확장 프로그램 기본 정보
이름 | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
공식 URL | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
설명 | Opens new tab after the active tab, instead of last position. |
파일 크기 | 12.24 KB |
설치 횟수 | 5,147 |
현재 버전 | 0.4.7 |
최근 업데이트 | 2024-01-17 |
출시 날짜 | 2020-01-20 |
평점 | 4.41/5 총 29 개의 평점 |
개발자 | https://arnaudligny.fr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
도움말 페이지 URL | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open New Tab After Current Tab", "version": "0.4.7", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/dev.ligny.org\/Open-New-Tab-After-Current-Tab\/", "author": "Arnaud Ligny", "manifest_version": 2, "minimum_chrome_version": "52", "default_locale": "en", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |