Tab Tally

This extension keeps track of the open tabs and windows you're currently running

Cos'è Tab Tally?

Tab Tally è un'estensione di Chrome sviluppata da Michael Hazani, e la sua funzione principale è "This extension keeps track of the open tabs and windows you're currently running".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Tally

Scarica i file di estensione Tab Tally 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

                        Yet another tab limiter! 

This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. 

Now get to work!                    

Informazioni di Base sull'Estensione

Nome Tab Tally Tab Tally
ID eoppllliellcefmannacbmnloheolenh
URL Ufficiale https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh
Descrizione This extension keeps track of the open tabs and windows you're currently running
Dimensione del File 40.18 KB
Conteggio Installazioni 24
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-07-22
Data di Pubblicazione 2016-07-21
Sviluppatore Michael Hazani
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://michaelhazani.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Tally",
    "description": "This extension keeps track of the open tabs and windows you're currently running",
    "author": "Michael Hazani",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "16": "icon_16.png",
            "48": "icon_48.png"
        },
        "default_title": "Tab Tally",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}