tabby

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

Cos'è tabby?

tabby è un'estensione di Chrome sviluppata da Emily Malec Brown, e la sua funzione principale è "A simple Chrome extension to reign in those with bad tabits.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione tabby

Scarica i file di estensione tabby in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome tabby tabby
ID dplangmakkhocklhogiakliaegcgmdca
URL Ufficiale https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca
Descrizione A simple Chrome extension to reign in those with bad tabits.
Dimensione del File 1.4 MB
Conteggio Installazioni 14
Versione Corrente 2.0
Ultimo Aggiornamento 2016-10-06
Data di Pubblicazione 2016-10-05
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Emily Malec Brown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/emilymalecbrown/tabby
Lingue Supportate 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"
        ]
    }
}