Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Panic Buttonคืออะไร?
Panic Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Picsweb และคุณลักษณะหลักของมันคือ "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Panic Button
ดาวน์โหลดไฟล์ส่วนขยาย Panic Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Installing this chrome extension will add a close button in extension list. Pin the extension icon to the toolbar. If you have opened multiple tabs, click the extension icon to close all tabs instantly. Please share your feedback . This will help us to provide new features
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
คำอธิบาย | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
ขนาดไฟล์ | 13.36 KB |
จำนวนการติดตั้ง | 23,264 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-07-31 |
วันที่เผยแพร่ | 2020-05-20 |
คะแนน | 2.07/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | Picsweb |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Panic Button", "description": "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly", "version": "1.1", "background": { "scripts": [ "back.js" ] }, "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" } } |