Tabulator

Manage your open tabs from the new tab page

Cos'è Tabulator?

Tabulator è un'estensione di Chrome sviluppata da https://gettabulator.com, e la sua funzione principale è "Manage your open tabs from the new tab page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tabulator

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

                        Tabulator is tab management for power users. If you're the kind of user that has a ton of tabs open at all times, this is the extension for you.
 Tabulator takes over your new tab page and allows:
 - viewing all your open tabs
  - filtering through open tabs, by title or url
  - switching to a tab, usually after filtering
  - closing tabs from the page
  - re-ordering tabs via drag and drop                    

Informazioni di Base sull'Estensione

Nome Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
URL Ufficiale https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Descrizione Manage your open tabs from the new tab page
Dimensione del File 74.77 KB
Conteggio Installazioni 196
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-07-08
Data di Pubblicazione 2018-07-07
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore https://gettabulator.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulator",
    "author": "Ammar Khaku",
    "version": "1.1.0",
    "description": "Manage your open tabs from the new tab page",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "bundles\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        ""
    ],
    "minimum_chrome_version": "50"
}