Tab Image Packer

Bring all tab images into Tab Image Packer

什么是Tab Image Packer?

Tab Image Packer是由Kunihiro Ando开发的Chrome扩展程序,该扩展的主要功能是“Bring all tab images into Tab Image Packer”。

扩展截图

screenshot
screenshot

下载Tab Image Packer扩展crx文件

下载Tab Image Packer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Tab Image Packer Tab Image Packer
ID ieajblomofokjcgfgojjdbpjbopmcnco
官方URL https://chromewebstore.google.com/detail/tab-image-packer/ieajblomofokjcgfgojjdbpjbopmcnco
简介 Bring all tab images into Tab Image Packer
文件大小 93.18 KB
安装次数 13
当前版本 1.4
更新时间 2015-05-09
上架时间 2015-05-08
开发者 Kunihiro Ando
付费类型 free
支持的语言 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:\/\/*\/*"
    ]
}