Tab Image Packer

Bring all tab images into Tab Image Packer

Cos'è Tab Image Packer?

Tab Image Packer è un'estensione di Chrome sviluppata da Kunihiro Ando, e la sua funzione principale è "Bring all tab images into Tab Image Packer".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Image Packer

Scarica i file di estensione Tab Image Packer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tab Image Packer Tab Image Packer
ID ieajblomofokjcgfgojjdbpjbopmcnco
URL Ufficiale https://chromewebstore.google.com/detail/tab-image-packer/ieajblomofokjcgfgojjdbpjbopmcnco
Descrizione Bring all tab images into Tab Image Packer
Dimensione del File 93.18 KB
Conteggio Installazioni 13
Versione Corrente 1.4
Ultimo Aggiornamento 2015-05-09
Data di Pubblicazione 2015-05-08
Sviluppatore Kunihiro Ando
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}