Tab Manager (by shimomire)

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

Cos'è Tab Manager (by shimomire)?

Tab Manager (by shimomire) è un'estensione di Chrome sviluppata da shimomire, e la sua funzione principale è "This is a tool to manage tab that is currently open on a single screen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Manager (by shimomire)

Scarica i file di estensione Tab Manager (by shimomire) 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
URL Ufficiale https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
Descrizione This is a tool to manage tab that is currently open on a single screen.
Dimensione del File 260 KB
Conteggio Installazioni 783
Versione Corrente 1.0.5
Ultimo Aggiornamento 2012-11-23
Data di Pubblicazione 2012-11-23
Valutazione 3.83/5 Totale 12 Valutazioni
Sviluppatore shimomire
Tipo di Pagamento free
Lingue Supportate 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
}