Hide!!! - Panic Button and Tab Manager

Instantly hide and restore your open tabs.

Hide!!! - Panic Button and Tab Manager क्या है?

Hide!!! - Panic Button and Tab Manager Velvet Market द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly hide and restore your open tabs."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Pretend like you're working with Hide!!!

Hide!!! allows you to close your tabs in a pinch and then restore them when the coast is clear. When you close your tabs, Hide!!! will also redirect you to a safe page so you can disguise what you were doing. If the option is enabled, Hide!!! can also clear your history--to fully cover your tracks.

By default, the hotkeys are (Alt + P) to "hide" and (Alt + O) to "restore". The default redirection page is "google.com". To change these settings and more, click on the Hide!!! icon in your Chrome Toolbar.

=======================================================

To see the source code for our project, please visit https://github.com/velvet-market/Hide

Made by Velvet Market. Developed by Hao Zheng and Eugene Li.

=======================================================

If you enjoyed our extension (or didn't), we would really appreciate a review with your honest feedback!                    

एक्सटेंशन की मूल जानकारी

नाम Hide!!! - Panic Button and Tab Manager Hide!!! - Panic Button and Tab Manager
ID dppkgbgooinkbjemcpddmldmppgfngik
आधिकारिक URL https://chromewebstore.google.com/detail/hide-panic-button-and-tab/dppkgbgooinkbjemcpddmldmppgfngik
विवरण Instantly hide and restore your open tabs.
फ़ाइल का आकार 1.71 MB
स्थापना संख्या 3,403
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-03-19
प्रकाशन तिथि 2021-10-18
रेटिंग 4.33/5 कुल 21 रेटिंग्स
डेवलपर Velvet Market
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/velvet-market/Hide
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide!!! - Panic Button and Tab Manager",
    "author": "Eugene Li and Hao Zheng",
    "description": "Instantly hide and restore your open tabs.",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ],
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "16": "\/images\/open-16.png",
            "32": "\/images\/open-32.png",
            "48": "\/images\/open-48.png",
            "128": "\/images\/open-128.png"
        }
    },
    "icons": {
        "16": "\/images\/open-16.png",
        "32": "\/images\/open-32.png",
        "48": "\/images\/open-48.png",
        "128": "\/images\/open-128.png"
    },
    "commands": {
        "hide": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Hide"
        },
        "restore": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Restore"
        }
    }
}