Tab Image Packer

Bring all tab images into Tab Image Packer

Wat is Tab Image Packer?

Tab Image Packer is een Chrome-extensie ontwikkeld door Kunihiro Ando, en de belangrijkste functie is "Bring all tab images into Tab Image Packer".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tab Image Packer

Download Tab Image Packer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tab Image Packer Tab Image Packer
ID ieajblomofokjcgfgojjdbpjbopmcnco
Officiële URL https://chromewebstore.google.com/detail/tab-image-packer/ieajblomofokjcgfgojjdbpjbopmcnco
Beschrijving Bring all tab images into Tab Image Packer
Bestandsgrootte 93.18 KB
Aantal Installaties 13
Huidige Versie 1.4
Laatst Bijgewerkt 2015-05-09
Publicatiedatum 2015-05-08
Ontwikkelaar Kunihiro Ando
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}