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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Panic Button

قم بتنزيل ملفات الامتداد Panic Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}