Tab Image Packer

Bring all tab images into Tab Image Packer

Qu'est-ce que Tab Image Packer ?

Tab Image Packer est une extension Chrome développée par Kunihiro Ando, et sa fonction principale est "Bring all tab images into Tab Image Packer".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Image Packer

Téléchargez les fichiers d'extension Tab Image Packer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tab Image Packer Tab Image Packer
ID ieajblomofokjcgfgojjdbpjbopmcnco
URL Officiel https://chromewebstore.google.com/detail/tab-image-packer/ieajblomofokjcgfgojjdbpjbopmcnco
Description Bring all tab images into Tab Image Packer
Taille du Fichier 93.18 KB
Nombre d'Installations 13
Version Actuelle 1.4
Dernière Mise à Jour 2015-05-09
Date de Publication 2015-05-08
Développeur Kunihiro Ando
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}