Duplicate Tab Killer!

This is an extension for removing the duplicate tabs!

Duplicate Tab Killer!คืออะไร?

Duplicate Tab Killer! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This is an extension for removing the duplicate tabs!"

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

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

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

                        Getting tired of having so many duplicated tabs open?
This plugin can remove those duplicate tabs by just clicking the shortcut.
The shortcut for Mac user:  "Command+Shift+1"
The shortcut for Windows user: "Ctrl+Shift+1"                    

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

ชื่อ Duplicate Tab Killer! Duplicate Tab Killer!
ID jfjefgepcfillfepaobiikcidonkndoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo
คำอธิบาย This is an extension for removing the duplicate tabs!
ขนาดไฟล์ 201 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-04-05
วันที่เผยแพร่ 2018-04-04
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duplicate Tab Killer!",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This is an extension for removing the duplicate tabs!",
    "permissions": [
        "tabs"
    ],
    "commands": {
        "record-tab-names": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "remove duplicated tabs"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}