Tabalot

Limit the maximum number of open tabs

Tabalot란 무엇입니까?

Tabalot은(는) https://matthewhadley.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Limit the maximum number of open tabs"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically limit the number of open tabs.

If you end up with too many tabs open, all reduced to a tiny size, this extension will help you keep those tabs under control. After reaching a configurable open tab limit, that excludes pinned tabs, Tabalot will automatically close the oldest unused tab. As you get close to your tab limit, the extension icon badge count will start to turn red and will flash red when it closes a tab.

Note that the tab badge count shows tabs in the current open window only (which seems to be a limitation on chrome) but will correctly update as you switch windows.

***PRIVACY POLICY***

Tabalot does not handle personal or sensitive user data.                    

확장 프로그램 기본 정보

이름 Tabalot Tabalot
ID oakcapkgmnkhiglcimjcbobnloldlcgf
공식 URL https://chrome.google.com/webstore/detail/tabalot/oakcapkgmnkhiglcimjcbobnloldlcgf
설명 Limit the maximum number of open tabs
파일 크기 13.58 KB
설치 횟수 67
현재 버전 2.0.0
최근 업데이트 2018-09-02
출시 날짜 2018-09-02
평점 3.50/5 총 4 개의 평점
개발자 https://matthewhadley.info
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabalot",
    "version": "2.0.0",
    "description": "Limit the maximum number of open tabs",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "Tabalot",
        "default_popup": "options.html"
    }
}