TabStack

A chrome extension to temporarily store a browser tab and to reopen it later.

TabStackคืออะไร?

TabStack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย niehm และคุณลักษณะหลักของมันคือ "A chrome extension to temporarily store a browser tab and to reopen it later."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TabStack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TabStack is a small chrome extension to temporarily store a browser tab. When reopened the tab is removed from the stack.
The stored tabs are synchronized between different chrome browsers in which you are logged in.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TabStack TabStack
ID cmfjpgcpeelgjenfhmddbdlddogcmpie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabstack/cmfjpgcpeelgjenfhmddbdlddogcmpie
คำอธิบาย A chrome extension to temporarily store a browser tab and to reopen it later.
ขนาดไฟล์ 64.46 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-07-23
วันที่เผยแพร่ 2013-07-23
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา niehm
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabStack",
    "description": "A chrome extension to temporarily store a browser tab and to reopen it later.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "safe.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}

ส่วนขยายที่เกี่ยวข้อง