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.

¿Qué es Tab Count?

Tab Count es una extensión de Chrome desarrollada por !sh, y su función principal es "Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tab Count

Descarga archivos de extensión Tab Count en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tab Count Tab Count
ID cfokcacdaonnckdmopmcgeanhkebeaio
URL Oficial https://chromewebstore.google.com/detail/tab-count/cfokcacdaonnckdmopmcgeanhkebeaio
Descripción Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them.
Tamaño del Archivo 14.78 KB
Cantidad de Instalaciones 23,348
Versión Actual 2.8
Última Actualización 2016-01-17
Fecha de Publicación 2016-01-17
Calificación 4.23/5 Total de 65 Calificaciones
Desarrollador !sh
Tipo de Pago free
Sitio Web de la Extensión https://github.com/developerish/tab-count
URL de la Página de Ayuda https://github.com/developerish/tab-count
Idiomas Soportados 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"
    ]
}