Panic Button

Hide all your tabs at once with one single button and restore them later.

Panic Buttonคืออะไร?

Panic Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sascha31072099 และคุณลักษณะหลักของมันคือ "Hide all your tabs at once with one single button and restore them later."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Panic Button

ดาวน์โหลดไฟล์ส่วนขยาย Panic Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Кнопка позволяет сворачивать все вкладки по клику на одну кнопку                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Panic Button Panic Button
ID fkhhachafhebmohpmjlocpdlmffplnpf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/panic-button/fkhhachafhebmohpmjlocpdlmffplnpf
คำอธิบาย Hide all your tabs at once with one single button and restore them later.
ขนาดไฟล์ 87.95 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2022-07-20
วันที่เผยแพร่ 2022-07-20
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา sascha31072099
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.0"
}