Duplicate Tab Killer
Display and close duplicate tabs.
Duplicate Tab Killerคืออะไร?
Duplicate Tab Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rad Apps และคุณลักษณะหลักของมันคือ "Display and close duplicate tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duplicate Tab Killer
ดาวน์โหลดไฟล์ส่วนขยาย Duplicate Tab Killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A better duplicate tab remover. Please rate if this is what you were looking for! This will show you a list of duplicate tabs and user can click to close all. Works offline.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kjcimdkhahmilaibihmbealfnoiiijoo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/duplicate-tab-killer/kjcimdkhahmilaibihmbealfnoiiijoo |
คำอธิบาย | Display and close duplicate tabs. |
ขนาดไฟล์ | 68.07 KB |
จำนวนการติดตั้ง | 236 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-12-29 |
วันที่เผยแพร่ | 2017-12-29 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Rad Apps |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duplicate Tab Killer", "description": "Display and close duplicate tabs.", "version": "1.1", "browser_action": { "default_icon": "app-main-icon.png", "default_popup": "popup.html" }, "icons": { "128": "app-main-icon.png" }, "permissions": [ "storage", "tabs" ] } |