Tab Cleanup - Close duplicate tabs

Add a button to remove duplicate tabs.

Tab Cleanup - Close duplicate tabsคืออะไร?

Tab Cleanup - Close duplicate tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Koen Punt และคุณลักษณะหลักของมันคือ "Add a button to remove duplicate tabs."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Cleanup - Close duplicate tabs

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

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

                                            

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

ชื่อ Tab Cleanup - Close duplicate tabs Tab Cleanup - Close duplicate tabs
ID ehnjmengmmjddlifamlnboeldnegbbif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-cleanup-close-duplica/ehnjmengmmjddlifamlnboeldnegbbif
คำอธิบาย Add a button to remove duplicate tabs.
ขนาดไฟล์ 15.99 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-08-02
วันที่เผยแพร่ 2015-11-22
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Koen Punt
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/koenpunt/chrome-tab-cleanup
URL หน้าช่วยเหลือ https://github.com/koenpunt/chrome-tab-cleanup
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Cleanup - Close duplicate tabs",
    "short_name": "Tab Cleanup",
    "version": "0.0.1",
    "description": "Add a button to remove duplicate tabs.",
    "homepage_url": "https:\/\/github.com\/koenpunt",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Close duplicate tabs"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}