Tab Limiter

Limit the number of open tabs – in total and per window

¿Qué es Tab Limiter?

Tab Limiter es una extensión de Chrome desarrollada por Matthias Vogt, y su función principal es "Limit the number of open tabs – in total and per window".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab Limiter

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

                        Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once.
You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.                    

Información Básica de la Extensión

Nombre Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
URL Oficial https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
Descripción Limit the number of open tabs – in total and per window
Tamaño del Archivo 159 KB
Cantidad de Instalaciones 50,000
Versión Actual 0.4.0
Última Actualización 2020-12-23
Fecha de Publicación 2020-04-21
Calificación 4.48/5 Total de 29 Calificaciones
Desarrollador Matthias Vogt
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/matthias-vogt/tab-limiter
URL de la Página de Ayuda https://github.com/matthias-vogt/tab-limiter
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter",
    "description": "Limit the number of open tabs \u2013 in total and per window",
    "version": "0.4.0",
    "author": "Matthias Vogt",
    "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Tab Limiter"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}