Tabulator

Manage your open tabs from the new tab page

Apa itu Tabulator?

Tabulator adalah ekstensi Chrome yang dikembangkan oleh https://gettabulator.com, dan fitur utamanya adalah "Manage your open tabs from the new tab page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tabulator

Unduh file ekstensi Tabulator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
URL Resmi https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Deskripsi Manage your open tabs from the new tab page
Ukuran File 74.77 KB
Jumlah Instalasi 196
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2018-07-08
Tanggal Publikasi 2018-07-07
Penilaian 4.00/5 Total 3 Penilaian
Pengembang https://gettabulator.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
}