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

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

screenshot
screenshot

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

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

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

                        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 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/
عنوان صفحة المساعدة https://buttonofpanic.com/privacy.html
عنوان صفحة سياسة الخصوصية 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"
}