Hide Tabs (Panic Button)

Easily hide and restore all open tabs with the click of a button!

Hide Tabs (Panic Button)คืออะไร?

Hide Tabs (Panic Button) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Easily hide and restore all open tabs with the click of a button!"

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

screenshot

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

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

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

                        Hide Tabs (Panic Button) is an extension that lets you easily hide and restore all tabs.

To hide (close) all tabs, please press on the toolbar icon once. Next time when you click on the toolbar button again, all hidden tabs are restored to the previous session. Please note that this addon does not have any settings or options to adjust.  Instead of the toolbar button, you can use the keyboard shortcut (Alt+Shift+A) to hide and restore tabs.

To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/hide-tabs.html).                    

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

ชื่อ Hide Tabs (Panic Button) Hide Tabs (Panic Button)
ID cbaflamlbiffgoclkalmhboabeohfoke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-tabs-panic-button/cbaflamlbiffgoclkalmhboabeohfoke
คำอธิบาย Easily hide and restore all open tabs with the click of a button!
ขนาดไฟล์ 23.52 KB
จำนวนการติดตั้ง 8,910
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-03-07
วันที่เผยแพร่ 2019-04-20
คะแนน 1.82/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Yubi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/hide-tabs.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/hide-tabs.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Hide Tabs (Panic Button)",
    "permissions": [
        "storage",
        "sessions"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/hide-tabs.html",
    "description": "Easily hide and restore all open tabs with the click of a button!",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Hide Tabs (Panic Button)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "commands": {
        "hide_tabs": {
            "description": "Hide Tabs (Panic Button)",
            "suggested_key": {
                "mac": "Alt+Shift+A",
                "default": "Alt+Shift+A"
            }
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}