Tab Corral

The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs

¿Qué es Tab Corral?

Tab Corral es una extensión de Chrome desarrollada por jarrod.c.taylor, y su función principal es "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Tab Corral

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

                        There is a gray area for tabs that lives between closing forever and bookmarking forever. That is where the tab corral comes in handy. Store some or all of your currently open tabs in the corral then feel confident in closing them and freeing up system resources knowing that they will be there to open back up when you are ready for them.                    

Información Básica de la Extensión

Nombre Tab Corral Tab Corral
ID cmejefjgkofcbgcmfdniholfihbbfpef
URL Oficial https://chrome.google.com/webstore/detail/tab-corral/cmejefjgkofcbgcmfdniholfihbbfpef
Descripción The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs
Tamaño del Archivo 83.61 KB
Cantidad de Instalaciones 55
Versión Actual 0.1.0
Última Actualización 2016-06-03
Fecha de Publicación 2016-06-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador jarrod.c.taylor
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Corral",
    "author": "Jarrod C Taylor",
    "short_name": "Tab Corral",
    "description": "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs",
    "version": "0.1.0",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "img\/corral16.png",
        "48": "img\/corral48.png",
        "128": "img\/corral128.png"
    },
    "browser_action": {
        "default_icon": "img\/corral.png",
        "default_popup": "popup.html",
        "default_title": "Tab Corral"
    }
}