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:\/\/*\/*"
    ]
}