Tabulator

Manage your open tabs from the new tab page

什麼是Tabulator?

Tabulator是由https://gettabulator.com開發的Chrome擴展程式,該擴展的主要功能是“Manage your open tabs from the new tab page”。

擴展截圖

screenshot

下載Tabulator擴展crx文件

下載Tabulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
官方網址 https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
簡介 Manage your open tabs from the new tab page
檔案大小 74.77 KB
安裝次數 196
目前版本 1.1.0
更新時間 2018-07-08
上架時間 2018-07-07
評分 4.00/5 共 3 次評分
開發者 https://gettabulator.com
付費類型 free
支援的語言 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"
}