Download Button

This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.

Download Button क्या है?

Download Button Luca-Miguel Christiansen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads."।

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

screenshot
screenshot

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

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

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

                        You want to replace your download bar in Chrome, that appears when you start a download?

Then is this extension exactly the right one for you, this extension replaces the download bar with a button in the toolbar, where you can manage your downloads. 

What can you do with the extension:
- Drag and drop your downloaded file in a other folder
- View your past downloads
- View your active downloads with progress
- Open the folder, where the downloaded file is saved to
- Delete a download out of your history
- Delete all downloads out of your history                    

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

नाम Download Button Download Button
ID hgkcmjmbbndapaffflkmgmmmdpgmipje
आधिकारिक URL https://chromewebstore.google.com/detail/download-button/hgkcmjmbbndapaffflkmgmmmdpgmipje
विवरण This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
फ़ाइल का आकार 16.43 KB
स्थापना संख्या 294
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-03-15
प्रकाशन तिथि 2022-03-10
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Luca-Miguel Christiansen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Download Button",
    "description": "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.",
    "version": "1.0.0",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Downloads",
        "default_icon": {
            "16": "\/icons\/x16\/logo.png",
            "32": "\/icons\/x32\/logo.png",
            "48": "\/icons\/x48\/logo.png",
            "128": "\/icons\/x128\/logo.png"
        }
    },
    "icons": {
        "16": "\/icons\/x16\/logo.png",
        "48": "\/icons\/x48\/logo.png",
        "128": "\/icons\/x128\/logo.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}