Tab Count

Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them.

Tab Count란 무엇입니까?

Tab Count은(는) !sh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Displays number and list of tabs opened on the current or all Chrome windows. New: detects duplicate tabs and auto closes stale tabs (configurable).

Features:

- Extension icon and icon tooltip displays total number of tabs on all windows.
- Click the icon to get number of tabs opened on that window and list of tabs with:
  - Tab's favicon.
  - A 'x' to close the tab.
  - Title of the tab that you can click to go to the tab.
  - Tab's URL by hovering the mouse over the title.
- [optional] Detect duplicate tabs. Contributed by: github.com/rgluga
- [optional] auto-close tabs that are X days stale. Contributed by: github.com/rgluga

Configurable option:
- Display list of tabs in the current or all windows.

Notes: To get data on incognito window[s], go to extension's settings on chrome://extensions/ and select the 'Allow in incognito' checkbox.                    

확장 프로그램 기본 정보

이름 Tab Count Tab Count
ID cfokcacdaonnckdmopmcgeanhkebeaio
공식 URL https://chromewebstore.google.com/detail/tab-count/cfokcacdaonnckdmopmcgeanhkebeaio
설명 Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them.
파일 크기 14.78 KB
설치 횟수 23,348
현재 버전 2.8
최근 업데이트 2016-01-17
출시 날짜 2016-01-17
평점 4.23/5 총 65 개의 평점
개발자 !sh
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/developerish/tab-count
도움말 페이지 URL https://github.com/developerish/tab-count
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Count",
    "version": "2.8",
    "description": "Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and\/or close them.",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_name": "Tab Count",
        "default_icon": "images\/icon19.png",
        "default_title": "Tab Count"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}