Tabulator

Manage your open tabs from the new tab page

What is Tabulator?

Tabulator is a Chrome extension developed by https://gettabulator.com, and its main feature is "Manage your open tabs from the new tab page".

Extension Screenshots

screenshot

Download Tabulator Extension CRX File

Download Tabulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Official URL https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Description Manage your open tabs from the new tab page
File Size 74.77 KB
Installation Count 196
Current Version 1.1.0
Last Updated 2018-07-08
Publish Date 2018-07-07
Rating 4.00/5 Total 3 Ratings
Developer https://gettabulator.com
Payment Type free
Supported Languages 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"
}