Tab Viewer

Preview all your open tabs in a grid view

Tab Viewer là gì?

Tab Viewer là một tiện ích mở rộng Chrome được phát triển bởi niiashikwei, và tính năng chính của nó là "Preview all your open tabs in a grid view".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Viewer

Tải xuống các tệp mở rộng Tab Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Viewer Tab Viewer
ID nckgdfkgodfemnkdkfngdhfknlcokbha
URL Chính Thức https://chrome.google.com/webstore/detail/tab-viewer/nckgdfkgodfemnkdkfngdhfknlcokbha
Mô tả Preview all your open tabs in a grid view
Kích Thước Tệp 6.57 KB
Số Lần Cài Đặt 477
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2015-07-15
Ngày Phát Hành 2015-07-15
Đánh Giá 3.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển niiashikwei
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}