Favitabs

Organise tabs by favicon, navigate them with mouse or keyboard

¿Qué es Favitabs?

Favitabs es una extensión de Chrome desarrollada por Richard Tucker, y su función principal es "Organise tabs by favicon, navigate them with mouse or keyboard".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Favitabs

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

                        Are you fed up with having so many tabs and never being able to find the right one? Do end up with many duplicate tabs as a result? Favitabs shows all your tabs at a glance, organised by favicon and title. It works both as a replacement for the new tab page and as a pop-up which you can set to whatever key combination you like. It also lets you quickly search for tabs by title and navigate them using the keyboard.

Favitabs does not request unnecessary permissions and does not have access to page content. It does not spy on you and send information to any server. It does not include any ads.                    

Información Básica de la Extensión

Nombre Favitabs Favitabs
ID cooeblelamnaioffbochepdnmminogdg
URL Oficial https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg
Descripción Organise tabs by favicon, navigate them with mouse or keyboard
Tamaño del Archivo 9.44 KB
Cantidad de Instalaciones 3,985
Versión Actual 1.1
Última Actualización 2022-10-31
Fecha de Publicación 2019-02-08
Calificación 4.92/5 Total de 12 Calificaciones
Desarrollador Richard Tucker
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Favitabs",
    "author": "Richard Tucker",
    "version": "1.1",
    "description": "Organise tabs by favicon, navigate them with mouse or keyboard",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+F"
            }
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "popup.html"
    }
}