Tab Viewer

Preview all your open tabs in a grid view

Cos'è Tab Viewer?

Tab Viewer è un'estensione di Chrome sviluppata da niiashikwei, e la sua funzione principale è "Preview all your open tabs in a grid view".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Viewer

Scarica i file di estensione Tab Viewer 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 Viewer is a tool for managing and organizing open tabs. Currently it allows you to see all your open tabs in a tiled view. From the tiled view click a tile to jump to that tab.

Shortcut to trigger grid view: Alt + T

Features yet to come include:
1) closing tabs from tiled view
2) rearranging tabs from tiled view
3) saving a workspace, collection of tabs under a name
4) customizing the tabs with descriptions 

and much much more! Stay tuned.                    

Informazioni di Base sull'Estensione

Nome Tab Viewer Tab Viewer
ID nckgdfkgodfemnkdkfngdhfknlcokbha
URL Ufficiale https://chrome.google.com/webstore/detail/tab-viewer/nckgdfkgodfemnkdkfngdhfknlcokbha
Descrizione Preview all your open tabs in a grid view
Dimensione del File 6.57 KB
Conteggio Installazioni 477
Versione Corrente 0.0.6
Ultimo Aggiornamento 2015-07-15
Data di Pubblicazione 2015-07-15
Valutazione 3.43/5 Totale 7 Valutazioni
Sviluppatore niiashikwei
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Viewer",
    "short_name": "Tab Viewer",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Preview all your open tabs in a grid view",
    "browser_action": {
        "default_icon": "icons\/tab-viewer-logo.png",
        "default_title": "displays grid view of open tabs"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    }
}