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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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

معلومات أساسية عن التمديد

الاسم 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"
}