Tab Combine

Automaticlly combine tabs on the fly

Tab Combineคืออะไร?

Tab Combine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dcohenb และคุณลักษณะหลักของมันคือ "Automaticlly combine tabs on the fly"

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

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

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

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

                        Are you a Chrome power user that opens millions of tabs at the same time and then you can't find them?

Tab Combine to the rescue!

This extension takes unused tabs and combines them into a nifty group.
One you click the group tab it will ungroup immediately.

No more spent time on looking for that one tab from 2 hours ago.                    

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

ชื่อ Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
คำอธิบาย Automaticlly combine tabs on the fly
ขนาดไฟล์ 12.83 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2018-03-24
วันที่เผยแพร่ 2018-03-24
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา dcohenb
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Combine",
    "manifest_version": 2,
    "short_name": "tab-combine",
    "description": "Automaticlly combine tabs on the fly",
    "version": "1.0.8",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Daniel Cohen ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}