Tabulator

Manage your open tabs from the new tab page

Tabulator là gì?

Tabulator là một tiện ích mở rộng Chrome được phát triển bởi https://gettabulator.com, và tính năng chính của nó là "Manage your open tabs from the new tab page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabulator

Tải xuống các tệp mở rộng Tabulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
URL Chính Thức https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Mô tả Manage your open tabs from the new tab page
Kích Thước Tệp 74.77 KB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-07-08
Ngày Phát Hành 2018-07-07
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://gettabulator.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}