Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

Tab Manager (by shimomire) là gì?

Tab Manager (by shimomire) là một tiện ích mở rộng Chrome được phát triển bởi shimomire, và tính năng chính của nó là "This is a tool to manage tab that is currently open on a single screen.".

Ả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 Manager (by shimomire)

Tải xuống các tệp mở rộng Tab Manager (by shimomire) 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 Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

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

Tên Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
URL Chính Thức https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
Mô tả This is a tool to manage tab that is currently open on a single screen.
Kích Thước Tệp 260 KB
Số Lần Cài Đặt 783
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2012-11-23
Ngày Phát Hành 2012-11-23
Đánh Giá 3.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển shimomire
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}