Tabulator

Manage your open tabs from the new tab page

Wat is Tabulator?

Tabulator is een Chrome-extensie ontwikkeld door https://gettabulator.com, en de belangrijkste functie is "Manage your open tabs from the new tab page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabulator

Download Tabulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Officiële URL https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Beschrijving Manage your open tabs from the new tab page
Bestandsgrootte 74.77 KB
Aantal Installaties 196
Huidige Versie 1.1.0
Laatst Bijgewerkt 2018-07-08
Publicatiedatum 2018-07-07
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://gettabulator.com
Betalingswijze free
Ondersteunde Talen 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"
}