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
公式URL 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"
}