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
官方網址 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:\/\/*\/*"
    ]
}