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
官方網址 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"
            }
        }
    }
}