Tabular

Easily search open tabs.

Cos'è Tabular?

Tabular è un'estensione di Chrome sviluppata da dhimdisd, e la sua funzione principale è "Easily search open tabs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabular

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

                        Easily find and switch between too many open tabs.

Shortcuts:

Open Tabular:
Ctrl/Cmd + Shift + K

Close selected tab:
Ctrl/Cmd + D

Move selection up:
Ctrl/Cmd + K
or
Up arrow key

Move Selection down:
Ctrl/Cmd + J
or
Down arrow key

Close Tabular:
Esc                    

Informazioni di Base sull'Estensione

Nome Tabular Tabular
ID hgkiemddhmglgcdagihobgnafbfcohan
URL Ufficiale https://chromewebstore.google.com/detail/tabular/hgkiemddhmglgcdagihobgnafbfcohan
Descrizione Easily search open tabs.
Dimensione del File 120 KB
Conteggio Installazioni 14
Versione Corrente 1.0.4.0
Ultimo Aggiornamento 2015-02-22
Data di Pubblicazione 2015-02-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore dhimdisd
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabular",
    "version": "1.0.4.0",
    "manifest_version": 2,
    "description": "Easily search open tabs.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "build\/js\/background.js"
        ]
    },
    "commands": {
        "showTabularPopup": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Show Tabular popup"
        }
    },
    "browser_action": {
        "default_icon": "build\/img\/icon16.png",
        "default_popup": "build\/popup.html"
    },
    "icons": {
        "16": "build\/img\/icon16.png",
        "48": "build\/img\/icon48.png",
        "128": "build\/img\/icon128.png"
    }
}