Tab Control

Tab Control stresses over your tabs so you don't have to.

¿Qué es Tab Control?

Tab Control es una extensión de Chrome desarrollada por Sanketh Hegde, y su función principal es "Tab Control stresses over your tabs so you don't have to.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Tab Control

Descarga archivos de extensión Tab Control 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 Control allows you to keep a limit on the number of tabs you have per window. Once you attempt to surpass the limit, Tab Control will remove your least active tab and save it internally just incase you need it in the future.

You can also choose to purge your window's tabs if you ever feel like your tabs are getting messy. Purge all tabs, duplicate tabs, or inactive tabs.

For the best experience, restart Chrome after first-time installation!

Note: Tab Control requires access to your browser history in order to save recently removed tabs and assign a timestamp to each tab. Your recently removed history is never saved other than on your own account.                    

Información Básica de la Extensión

Nombre Tab Control Tab Control
ID hheohnanbmmjfpnpgcejpnabbnjhbhip
URL Oficial https://chromewebstore.google.com/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip
Descripción Tab Control stresses over your tabs so you don't have to.
Tamaño del Archivo 121 KB
Cantidad de Instalaciones 84
Versión Actual 1.4.0
Última Actualización 2017-08-17
Fecha de Publicación 2017-08-17
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Sanketh Hegde
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://chrome.google.com/webstore/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip/support
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Control",
    "version": "1.4.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/TabWrapper.js",
            "js\/background.js"
        ]
    },
    "description": "Tab Control stresses over your tabs so you don't have to.",
    "browser_action": {
        "default_title": "Tab Control",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon32.png",
        "48": "img\/icon96.png",
        "96": "img\/icon192.png",
        "128": "img\/icon256.png"
    },
    "author": "Sanketh Hegde"
}