'Nuff Tabs

Limit the number of open tabs. Automatically close previous tabs.

'Nuff Tabs란 무엇입니까?

'Nuff Tabs은(는) https://www.squobble.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Limit the number of open tabs. Automatically close previous tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

'Nuff Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Limit the number of open tabs. Tabs are automatically closed when you surpass the limit, based on a rule you can specify.

Options allow to
1. set the tab limit
2. specify the discard rule
3. leave the pinned tabs untouched
4. show the current number of tabs in the icon

The following discard rules are included: Either close the oldest tab, the newest tab (avoids auto-closing tabs), the least recently used tab, the least frequently used tab, or a random tab.

Source code: https://github.com/steven2358/NuffTabs                    

확장 프로그램 기본 정보

이름 'Nuff Tabs 'Nuff Tabs
ID kemeihccgedidlokcbfhdekcfojpjjmp
공식 URL https://chromewebstore.google.com/detail/nuff-tabs/kemeihccgedidlokcbfhdekcfojpjjmp
설명 Limit the number of open tabs. Automatically close previous tabs.
파일 크기 11.11 KB
설치 횟수 975
현재 버전 0.5
최근 업데이트 2015-10-02
출시 날짜 2015-10-02
평점 4.44/5 총 18 개의 평점
개발자 https://www.squobble.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/steven2358/NuffTabs
도움말 페이지 URL https://github.com/steven2358/NuffTabs/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "'Nuff Tabs",
    "author": "Steven Van Vaerenbergh",
    "version": "0.5",
    "description": "Limit the number of open tabs. Automatically close previous tabs.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "19": "i\/nufftabs19.png",
        "32": "i\/nufftabs32.png",
        "48": "i\/nufftabs48.png",
        "64": "i\/nufftabs64.png",
        "128": "i\/nufftabs128.png"
    },
    "browser_action": {
        "default_name": "'Nuff Tabs",
        "default_icon": "i\/nufftabs19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "nufftabs.js"
        ]
    },
    "options_page": "options.html"
}