Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

¿Qué es Tab Manager (by shimomire)?

Tab Manager (by shimomire) es una extensión de Chrome desarrollada por shimomire, y su función principal es "This is a tool to manage tab that is currently open on a single screen.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab Manager (by shimomire)

Descarga archivos de extensión Tab Manager (by shimomire) 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 Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

Información Básica de la Extensión

Nombre Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
URL Oficial https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
Descripción This is a tool to manage tab that is currently open on a single screen.
Tamaño del Archivo 260 KB
Cantidad de Instalaciones 783
Versión Actual 1.0.5
Última Actualización 2012-11-23
Fecha de Publicación 2012-11-23
Calificación 3.83/5 Total de 12 Calificaciones
Desarrollador shimomire
Tipo de Pago free
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}