Close Extra New Tabs

A Chrome extension to keep only one new open at all times, closing extra ones.

Close Extra New Tabs란 무엇입니까?

Close Extra New Tabs은(는) Gavin Borg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension to keep only one new open at all times, closing extra ones."입니다.

확장 프로그램 스크린샷

screenshot

Close Extra New Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will close extra New Tab pages that are open whenever you open or close another tab. It will ignore the currently focused tab.

------------------------

Icons by Linh Pham Thi Dieu
http://linhpham.me/

Project released open-source, Github project available:
https://github.com/theborg3of5/CloseExtraNewTabs

------------------------

Please note that this was made for personal use, so replies and fixes may be delayed.

------------------------

Changelog:
1.0: Initial Release - split functionality off from "Keep One Pinned Tab" (also made by this developer).
1.1: Bugfix: now actually works!
2.0: Rewrote from scratch, should now be more reliable.
3.0: Update to manifest V3 (no functional changes).                    

확장 프로그램 기본 정보

이름 Close Extra New Tabs Close Extra New Tabs
ID gkaaknlhljkigoogfhaknojpmjnlmcod
공식 URL https://chromewebstore.google.com/detail/close-extra-new-tabs/gkaaknlhljkigoogfhaknojpmjnlmcod
설명 A Chrome extension to keep only one new open at all times, closing extra ones.
파일 크기 6.93 KB
설치 횟수 33
현재 버전 3.0
최근 업데이트 2023-12-19
출시 날짜 2017-05-07
평점 5.00/5 총 1 개의 평점
개발자 Gavin Borg
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/theborg3of5/CloseExtraNewTabs
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Extra New Tabs",
    "version": "3.0",
    "description": "A Chrome extension to keep only one new open at all times, closing extra ones.",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "incognito": "split"
}