Tab Image Packer

Bring all tab images into Tab Image Packer

What is Tab Image Packer?

Tab Image Packer is a Chrome extension developed by Kunihiro Ando, and its main feature is "Bring all tab images into Tab Image Packer".

Extension Screenshots

screenshot
screenshot

Download Tab Image Packer Extension CRX File

Download Tab Image Packer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tab Image Packer Tab Image Packer
ID ieajblomofokjcgfgojjdbpjbopmcnco
Official URL https://chromewebstore.google.com/detail/tab-image-packer/ieajblomofokjcgfgojjdbpjbopmcnco
Description Bring all tab images into Tab Image Packer
File Size 93.18 KB
Installation Count 13
Current Version 1.4
Last Updated 2015-05-09
Publish Date 2015-05-08
Developer Kunihiro Ando
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}