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) Yubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily hide and restore all open tabs with the click of a button!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide Tabs (Panic Button) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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