Switch To New Tab
Sets focus to newly opened tabs.
Switch To New Tab란 무엇입니까?
Switch To New Tab은(는) Arctic Phoenix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets focus to newly opened tabs."입니다.
Switch To New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension forces Chrome to set focus to all new tabs when they are created, a behavior previously not seen when a link was forced by the user to open in a new tab. The location bar should get focus now when you open the New Tab, unless you use an addon that redirects to a different URL. Please let my know if you have any other issues with this. Tampletop, what exactly are you looking for? I'm the developer for this extension, so if I know what you want, I'll try to put it in. Paul...I'm on it!
확장 프로그램 기본 정보
이름 | |
ID | lfpdoeknpnclenhlmblmenpafkbcgdbg |
공식 URL | https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg |
설명 | Sets focus to newly opened tabs. |
파일 크기 | 4.39 KB |
설치 횟수 | 9,848 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-06-11 |
출시 날짜 | 2018-06-11 |
평점 | 4.69/5 총 104 개의 평점 |
개발자 | Arctic Phoenix |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://groups.google.com/group/arctic-phoenix |
도움말 페이지 URL | http://groups.google.com/group/arctic-phoenix |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Switch To New Tab", "version": "1.0", "description": "Sets focus to newly opened tabs.", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "tabs.js" ], "persistent": false } } |