Tab Image Packer

Bring all tab images into Tab Image Packer

Tab Image Packer là gì?

Tab Image Packer là một tiện ích mở rộng Chrome được phát triển bởi Kunihiro Ando, và tính năng chính của nó là "Bring all tab images into Tab Image Packer".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Tab Image Packer 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

                        Whenever you find yourself with too many tabs, click the icon to convert all of your tab images into a list.



Double-click icon: Tab Image Packer

Single-click icon: Open Tab Image Container                    

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

Tên Tab Image Packer Tab Image Packer
ID ieajblomofokjcgfgojjdbpjbopmcnco
URL Chính Thức https://chromewebstore.google.com/detail/tab-image-packer/ieajblomofokjcgfgojjdbpjbopmcnco
Mô tả Bring all tab images into Tab Image Packer
Kích Thước Tệp 93.18 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2015-05-09
Ngày Phát Hành 2015-05-08
Nhà Phát Triển Kunihiro Ando
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Image Packer",
    "version": "1.4",
    "description": "Bring all tab images into Tab Image Packer",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Tab Image Packer"
    },
    "web_accessible_resources": [
        "stack.html",
        "load.html"
    ],
    "permissions": [
        "chrome:\/\/favicon\/*",
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}