TabEraser
Context menu to close tabs in various clever ways.
TabEraserคืออะไร?
TabEraser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย voy และคุณลักษณะหลักของมันคือ "Context menu to close tabs in various clever ways."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabEraser
ดาวน์โหลดไฟล์ส่วนขยาย TabEraser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This simple, yet useful extension allows you to close tabs on the same domain (*.example.com) or the same second-level domain (example.com). Optionally, you can keep you current tab open.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabEraser |
ID | daaaifdfmdlfafaaaofcigdafnmioeco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/taberaser/daaaifdfmdlfafaaaofcigdafnmioeco |
คำอธิบาย | Context menu to close tabs in various clever ways. |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 2.1.4 |
อัปเดตครั้งล่าสุด | 2021-05-15 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 3.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | voy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/voy/chrome-close-tabs/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.1.4", "name": "TabEraser", "description": "Context menu to close tabs in various clever ways.", "homepage_url": "https:\/\/github.com\/voy\/chrome-close-tabs\/", "background": { "scripts": [ "bundle.js" ] }, "icons": { "128": "images\/close-tabs-128.png", "48": "images\/close-tabs-48.png", "32": "images\/close-tabs-32.png", "24": "images\/close-tabs-24.png", "16": "images\/close-tabs-16.png" }, "permissions": [ "*:\/\/*\/*", "contextMenus", "tabs" ] } |