Download Button
This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
Τι είναι το Download Button;
Το Download Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Luca-Miguel Christiansen, και η κύρια λειτουργία του είναι "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Download Button
Λήψη αρχείων επέκτασης Download Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } |