TabList

This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.

¿Qué es TabList?

TabList es una extensión de Chrome desarrollada por Arthur Gerkis, y su función principal es "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TabList

Descarga archivos de extensión TabList 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

                        This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar. 

You can find code here: https://github.com/ax330d/TabList                    

Información Básica de la Extensión

Nombre TabList TabList
ID degjjfncecoliapmdalnecogigkhldam
URL Oficial https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam
Descripción This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Tamaño del Archivo 341 KB
Cantidad de Instalaciones 217
Versión Actual 1.0.9
Última Actualización 2017-09-04
Fecha de Publicación 2017-09-04
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador Arthur Gerkis
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabList",
    "version": "1.0.9",
    "description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "incognito": "split",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "fonts\/*"
    ]
}