Panic Button
Hide all your tabs at once with one single button and restore them later.
Panic Buttonคืออะไร?
Panic Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย v2panicbutton และคุณลักษณะหลักของมันคือ "Hide all your tabs at once with one single button and restore them later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Panic Button
ดาวน์โหลดไฟล์ส่วนขยาย Panic Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to hide unnecessary tabs simply by clicking on the icon. And you will enjoy the browser window with only the tab you need
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Panic Button |
ID | jcoceojhbakdokccbmbdjdmbmfhfoahm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm |
คำอธิบาย | Hide all your tabs at once with one single button and restore them later. |
ขนาดไฟล์ | 89.67 KB |
จำนวนการติดตั้ง | 294 |
เวอร์ชันปัจจุบัน | 1.6.1 |
อัปเดตครั้งล่าสุด | 2022-12-01 |
วันที่เผยแพร่ | 2022-12-01 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | v2panicbutton |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://buttonofpanic.com/ |
URL หน้าช่วยเหลือ | https://buttonofpanic.com/privacy.html |
URL หน้านโยบายความเป็นส่วนตัว | https://buttonofpanic.com/privacy.html |
ภาษาที่รองรับ | de,en,fr,nl,tr,es,it,pl,sv,el,sr,ru,uk,ar |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "img\/icon128-128.png" }, "default_title": "__MSG_defTitle__" }, "content_scripts": [ { "all_frames": true, "js": [ "main\/sekret.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "script-src": "self", "object-src": "self" }, "default_locale": "en", "description": "__MSG_extDescr__", "icons": { "128": "img\/icon128-128.png" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "tabs", "bookmarks", "storage", "cookies" ], "host_permissions": [ "*:\/\/buttonofpanic.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6.1" } |