Disable Download Shelf

Disables the download bar at bottom of window

Disable Download Shelf क्या है?

Disable Download Shelf conceptualspace द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables the download bar at bottom of window"।

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

screenshot

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

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

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

                        Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox).

On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled!

This extension is free and open source.                    

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

नाम Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
आधिकारिक URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
विवरण Disables the download bar at bottom of window
फ़ाइल का आकार 15.51 KB
स्थापना संख्या 3,127
वर्तमान संस्करण 2.1
अंतिम अपडेट 2022-04-06
प्रकाशन तिथि 2020-05-28
रेटिंग 4.36/5 कुल 11 रेटिंग्स
डेवलपर conceptualspace
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/conceptualspace/disable-download-shelf
सहायता पृष्ठ URL https://github.com/conceptualspace/disable-download-shelf/issues
गोपनीयता नीति पृष्ठ URL https://conceptualspace.net/privacy.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Shelf",
    "version": "2.1",
    "description": "Disables the download bar at bottom of window",
    "author": "[email protected]",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png",
            "48": "icon\/icon48.png"
        },
        "default_title": "Downloads"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 3
}