Panic Button

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

Panic Button là gì?

Panic Button là một tiện ích mở rộng Chrome được phát triển bởi v2panicbutton, và tính năng chính của nó là "Hide all your tabs at once with one single button and restore them later.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Panic Button

Tải xuống các tệp mở rộng Panic Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
URL Chính Thức https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
Mô tả Hide all your tabs at once with one single button and restore them later.
Kích Thước Tệp 89.67 KB
Số Lần Cài Đặt 294
Phiên Bản Hiện Tại 1.6.1
Cập Nhật Lần Cuối 2022-12-01
Ngày Phát Hành 2022-12-01
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển v2panicbutton
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://buttonofpanic.com/
URL Trang Trợ Giúp https://buttonofpanic.com/privacy.html
URL Trang Chính Sách Bảo Mật https://buttonofpanic.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}