Downloads
Access the folder of the last downloaded file, on click and on completion.
Τι είναι το Downloads;
Το Downloads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jad Helou, και η κύρια λειτουργία του είναι "Access the folder of the last downloaded file, on click and on completion.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Downloads
Λήψη αρχείων επέκτασης Downloads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
Επίσημο URL | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Περιγραφή | Access the folder of the last downloaded file, on click and on completion. |
Μέγεθος Αρχείου | 102 KB |
Αριθμός Εγκαταστάσεων | 54 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2022-03-28 |
Ημερομηνία Δημοσίευσης | 2017-08-10 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Jad Helou |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |