Tab limit

Limit the number of tabs you can have open at a time

Tab limit란 무엇입니까?

Tab limit은(는) 3arry.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Limit the number of tabs you can have open at a time"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The extension allows users to set the maximum number of tabs they want open across their chrome windows at a time. If a user tries to open a tab when he's already at his tab limit, the newly opened tab automatically closes. This extension will be useful to users who find themselves opening more tabs than they need to. It will also helps users get less distracted from the task at hand by finding themselves opening unnecessary tabs. It is kind of a nudge for them to remind themselves that, hey, they need to stay focused on the task at hand. The user can adjust the number of maximum tabs they want open at any point in time.                    

확장 프로그램 기본 정보

이름 Tab limit Tab limit
ID djdcpjfmniidpdaalloiipgjphgikejl
공식 URL https://chromewebstore.google.com/detail/tab-limit/djdcpjfmniidpdaalloiipgjphgikejl
설명 Limit the number of tabs you can have open at a time
파일 크기 8.98 KB
설치 횟수 313
현재 버전 0.0.0.1
최근 업데이트 2022-05-28
출시 날짜 2022-05-28
평점 5.00/5 총 4 개의 평점
개발자 3arry.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab limit",
    "description": "Limit the number of tabs you can have open at a time",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_128.png",
            "32": "\/images\/logo_128.png",
            "48": "\/images\/logo_128.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_128.png",
        "32": "\/images\/logo_128.png",
        "48": "\/images\/logo_128.png",
        "128": "\/images\/logo_128.png"
    }
}