Tab Image Packer

Bring all tab images into Tab Image Packer

Tab Image Packerคืออะไร?

Tab Image Packer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kunihiro Ando และคุณลักษณะหลักของมันคือ "Bring all tab images into Tab Image Packer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Image Packer

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}