tab-killer
A chrome extension for closing duplicate tabs, and so on.
tab-killerคืออะไร?
tab-killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marinebox และคุณลักษณะหลักของมันคือ "A chrome extension for closing duplicate tabs, and so on."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tab-killer
ดาวน์โหลดไฟล์ส่วนขยาย tab-killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension has the feature to organize tabs, such as closing duplicate tabs, and so on. You can use the following features. 1. Show the numbers of duplicate tabs on the extension's icon. 2. When you have the tabs that have the same URL, this extension leaves only one and closes the others. 3. Close all tabs whose URL is matched with the keyword you specified. 4. Close all tabs which have the domain you designated. 5. Rearrange tabs by URL. 6. Whitelist 7. History Any bug reports, feature requests, or pull request is always welcome. https://github.com/marinebox/tab-killer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | tab-killer |
ID | gpmdlohnnmjfoojdcjojoimhkiifcbkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-killer/gpmdlohnnmjfoojdcjojoimhkiifcbkl |
คำอธิบาย | A chrome extension for closing duplicate tabs, and so on. |
ขนาดไฟล์ | 490 KB |
จำนวนการติดตั้ง | 101 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2022-05-01 |
วันที่เผยแพร่ | 2021-11-06 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | marinebox |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/marinebox/tab-killer |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tab-killer", "description": "__MSG_appDescription__", "version": "1.3.1", "default_locale": "en", "manifest_version": 3, "action": { "default_title": "tab-killer", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "images\/16icon.png", "48": "images\/48icon.png", "128": "images\/128icon.png" }, "commands": { "closeDuplicateTabs": { "description": "__MSG_shortcutCloseDuplicateTabsOnCurrentWindowDescription__" }, "closeDuplicateTabsOnAllWindows": { "description": "__MSG_shortcutCloseDuplicateTabsOnAllWindowsDescription__" } } } |