New Tabs at End 3000
Forces new tabs to open at the end of the tab strip.
New Tabs at End 3000란 무엇입니까?
New Tabs at End 3000은(는) Sugarbranch, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Forces new tabs to open at the end of the tab strip."입니다.
확장 프로그램 스크린샷
New Tabs at End 3000 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly
확장 프로그램 기본 정보
이름 | New Tabs at End 3000 |
ID | bboielpmccpfkhggghgpimeblacofahc |
공식 URL | https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc |
설명 | Forces new tabs to open at the end of the tab strip. |
파일 크기 | 9.58 KB |
설치 횟수 | 3,000 |
현재 버전 | 3.0.0.2 |
최근 업데이트 | 2022-06-13 |
출시 날짜 | 2021-08-29 |
평점 | 4.21/5 총 14 개의 평점 |
개발자 | Sugarbranch, Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tsuliwaensis/New-Tabs-at-End-3000 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "Forces new tabs to open at the end of the tab strip.", "icons": { "128": "skin\/icon-128.png", "16": "skin\/icon-16.png", "48": "skin\/icon-48.png" }, "manifest_version": 3, "name": "New Tabs at End 3000", "version": "3.0.0.2" } |