Hide Download Bar

Hide Download Bar

Hide Download Bar क्या है?

Hide Download Bar gimslab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide Download Bar"।

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

screenshot

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

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

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

                        Very tiny Chrome extension to hide download shelf using keyboard shortcuts.
You can close download bar with Ctrl+Shift+H key (or other shorcuts).
 - Default: Ctrl+Shift+H
 - Mac Default: Alt+Shift+H

Go to chrome://extensions/shortcuts to change shortcuts

This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.                    

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

नाम Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
आधिकारिक URL https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
विवरण Hide Download Bar
फ़ाइल का आकार 3.16 KB
स्थापना संख्या 1,681
वर्तमान संस्करण 0.2
अंतिम अपडेट 2022-11-20
प्रकाशन तिथि 2019-12-14
रेटिंग 2.76/5 कुल 21 रेटिंग्स
डेवलपर gimslab.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Download Bar",
    "description": "Hide Download Bar",
    "version": "0.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Hide Download Bar"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Alt+Shift+H"
            }
        }
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}