Tab Viewer

Preview all your open tabs in a grid view

Tab Viewerとは何ですか?

Tab Viewerはniiashikweiによって開発されたChromeの拡張機能で、その主な機能は「Preview all your open tabs in a grid view」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tab Viewer is a tool for managing and organizing open tabs. Currently it allows you to see all your open tabs in a tiled view. From the tiled view click a tile to jump to that tab.

Shortcut to trigger grid view: Alt + T

Features yet to come include:
1) closing tabs from tiled view
2) rearranging tabs from tiled view
3) saving a workspace, collection of tabs under a name
4) customizing the tabs with descriptions 

and much much more! Stay tuned.                    

拡張機能の基本情報

名前 Tab Viewer Tab Viewer
ID nckgdfkgodfemnkdkfngdhfknlcokbha
公式URL https://chrome.google.com/webstore/detail/tab-viewer/nckgdfkgodfemnkdkfngdhfknlcokbha
説明 Preview all your open tabs in a grid view
ファイルサイズ 6.57 KB
インストール数 477
現在のバージョン 0.0.6
最終更新日 2015-07-15
公開日 2015-07-15
評価 3.43/5 合計 7 レビュー
開発者 niiashikwei
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Viewer",
    "short_name": "Tab Viewer",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Preview all your open tabs in a grid view",
    "browser_action": {
        "default_icon": "icons\/tab-viewer-logo.png",
        "default_title": "displays grid view of open tabs"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    }
}