ZenTabz

Manage your Chrome tabs and bookmarks.

ZenTabzคืออะไร?

ZenTabz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zentabz.com และคุณลักษณะหลักของมันคือ "Manage your Chrome tabs and bookmarks."

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

screenshot
screenshot

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

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

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

                        ZenTabz allows you view all your windows and tabs in a tabbed UI format, to give you a convenient searchable view of your browser tabs along with information about each browser window and how many tabs are open.

Select multiple tabs to close, move to another window, or save to bookmarks using the in-built bookmarks manager feature.

With ZenTabz, you can take back control of your browser tabs!                    

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

ชื่อ ZenTabz ZenTabz
ID gjjchdfpfjbgddgklfkjbeeeoalagcpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zentabz/gjjchdfpfjbgddgklfkjbeeeoalagcpf
คำอธิบาย Manage your Chrome tabs and bookmarks.
ขนาดไฟล์ 2.85 MB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2023-01-11
วันที่เผยแพร่ 2017-12-21
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://zentabz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZenTabz",
    "description": "Manage your Chrome tabs and bookmarks.",
    "version": "3.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "ZenTabz"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}