tabby

A simple Chrome extension to reign in those with bad tabits.

¿Qué es tabby?

tabby es una extensión de Chrome desarrollada por Emily Malec Brown, y su función principal es "A simple Chrome extension to reign in those with bad tabits.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión tabby

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

                        This Chrome extension keeps track of your exact (same url), and soft (same hostname) tab duplicates and gives you the ability to quickly close them.

If you're feeling brave, you can also close all tabs at once, only retaining your current active tab and any pinned tabs.

The toolbar icon changes from a kitten to a pesky alert icon when your browsing is getting out of hand (in this version greater than 7 tabs), and also sounds a blowhorn.                    

Información Básica de la Extensión

Nombre tabby tabby
ID dplangmakkhocklhogiakliaegcgmdca
URL Oficial https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca
Descripción A simple Chrome extension to reign in those with bad tabits.
Tamaño del Archivo 1.4 MB
Cantidad de Instalaciones 14
Versión Actual 2.0
Última Actualización 2016-10-06
Fecha de Publicación 2016-10-05
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador Emily Malec Brown
Tipo de Pago free
Sitio Web de la Extensión https://github.com/emilymalecbrown/tabby
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabby",
    "version": "2.0",
    "manifest_version": 2,
    "description": "A simple Chrome extension to reign in those with bad tabits.",
    "icons": {
        "128": ".\/img\/tabby_128.png",
        "16": ".\/img\/tabby_16.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "tabby"
    },
    "minimum_chrome_version": "18",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/js\/app\/popup.js"
        ]
    }
}