Tabulator

Manage your open tabs from the new tab page

Co to jest Tabulator?

Tabulator to rozszerzenie Chrome opracowane przez https://gettabulator.com, a jego główną funkcją jest „Manage your open tabs from the new tab page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tabulator

Pobierz pliki rozszerzeń Tabulator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Oficjalny URL https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Opis Manage your open tabs from the new tab page
Rozmiar pliku 74.77 KB
Liczba instalacji 196
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2018-07-08
Data Publikacji 2018-07-07
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper https://gettabulator.com
Typ Płatności free
Obsługiwane Języki 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"
}