Tabbie - Undo closed tabs

Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.

Tabbie - Undo closed tabsคืออะไร?

Tabbie - Undo closed tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Angus Zhu และคุณลักษณะหลักของมันคือ "Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabbie - Undo closed tabs

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

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

                        Tabbie allows you to undo closed tabs or windows from a simple popup.
- Beautifully designed, and supports dark mode.
- Histories of the undo tabs are saved.
- No data transmitted to third-party, privacy protected.                    

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

ชื่อ Tabbie - Undo closed tabs Tabbie - Undo closed tabs
ID piepmnmkfdajejodnppndgeogppepdld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabbie-undo-closed-tabs/piepmnmkfdajejodnppndgeogppepdld
คำอธิบาย Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.
ขนาดไฟล์ 78.22 KB
จำนวนการติดตั้ง 368
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-11-28
วันที่เผยแพร่ 2020-12-21
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Angus Zhu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "short_name": "Tabbie",
    "version": "2.0.1",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/tab-16.png",
            "24": "icons\/tab-24.png",
            "32": "icons\/tab-32.png"
        },
        "theme_icons": [
            {
                "light": "icons\/tab-16-light.png",
                "dark": "icons\/tab-16.png",
                "size": 16
            },
            {
                "light": "icons\/tab-24-light.png",
                "dark": "icons\/tab-24.png",
                "size": 24
            },
            {
                "light": "icons\/tab-32-light.png",
                "dark": "icons\/tab-32.png",
                "size": 32
            }
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "sessions",
        "tabs"
    ],
    "default_locale": "en"
}