Tabist

Quick Tab Switcher

Tabistとは何ですか?

Tabistはfivenineplusrによって開発されたChromeの拡張機能で、その主な機能は「Quick Tab Switcher」です。

拡張機能のスクリーンショット

screenshot

Tabist拡張機能のCRXファイルをダウンロード

Tabist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quickly find the tab that you want to see and click the link to go to that tab.                    

拡張機能の基本情報

名前 Tabist Tabist
ID hdjegjggiogfkaldbfphfdkpggjemaha
公式URL https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha
説明 Quick Tab Switcher
ファイルサイズ 31.15 KB
インストール数 728
現在のバージョン 0.1.6
最終更新日 2016-09-18
公開日 2016-09-18
評価 5.00/5 合計 1 レビュー
開発者 fivenineplusr
支払い方法 free
拡張機能のウェブサイト http://github.com/fiveNinePlusR/tabist
ヘルプページのURL http://github.com/fiveNinePlusR/tabist
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quick Tab Switcher",
    "manifest_version": 2,
    "name": "Tabist",
    "version": "0.1.6",
    "homepage_url": "https:\/\/github.com\/fiveNinePlusR\/tabist",
    "icons": {
        "48": "icons\/page-48_white.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/page-32_white.png"
    },
    "commands": {
        "toggle-tabist": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E"
            },
            "description": "Toggle or activate a Tabist tab"
        }
    }
}