Tab Limiter

Limit the number of open tabs – in total and per window

Tab Limiter란 무엇입니까?

Tab Limiter은(는) Matthias Vogt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Limit the number of open tabs – in total and per window"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once.
You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.                    

확장 프로그램 기본 정보

이름 Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
공식 URL https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
설명 Limit the number of open tabs – in total and per window
파일 크기 159 KB
설치 횟수 50,000
현재 버전 0.4.0
최근 업데이트 2020-12-23
출시 날짜 2020-04-21
평점 4.48/5 총 29 개의 평점
개발자 Matthias Vogt
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/matthias-vogt/tab-limiter
도움말 페이지 URL https://github.com/matthias-vogt/tab-limiter
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter",
    "description": "Limit the number of open tabs \u2013 in total and per window",
    "version": "0.4.0",
    "author": "Matthias Vogt",
    "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Tab Limiter"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}