Drag to download
👇🏾 Drag links from the browser to the desktop to download.
Τι είναι το Drag to download;
Το Drag to download είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Josephus Paye II, και η κύρια λειτουργία του είναι "👇🏾 Drag links from the browser to the desktop to download.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Drag to download
Λήψη αρχείων επέκτασης Drag to download σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to drag links from the browser unto your desktop or into a folder on your desktop to download. 📖 HOW TO USE 👉🏾 Install and setup - Install the extension. - Visit each domain you want to enable the extension on, click the extension icon in the browser toolbar, then click "Enable Drag to download on this domain". - The browser will prompt you to give the extension permission to access the domain and reload the page. After you accept and reload, you will be able to drag and drop links to download. 👉🏾 Remove from a domain To remove the extension from a domain, visit the domain, click the extension icon, and then un-check "Enable Drag to download on this domain". 💻 OPEN SOURCE This extension is open source, and you can report issues and help make it better at: https://github.com/JosephusPaye/drag-to-download
Βασικές Πληροφορίες Επέκτασης
Όνομα | Drag to download |
ID | nlbdfajoolkacbicncknldfoikncjdhb |
Επίσημο URL | https://chromewebstore.google.com/detail/drag-to-download/nlbdfajoolkacbicncknldfoikncjdhb |
Περιγραφή | 👇🏾 Drag links from the browser to the desktop to download. |
Μέγεθος Αρχείου | 14.2 KB |
Αριθμός Εγκαταστάσεων | 907 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2020-01-23 |
Ημερομηνία Δημοσίευσης | 2020-01-23 |
Αξιολόγηση | 3.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Josephus Paye II |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/JosephusPaye/drag-to-download |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/JosephusPaye/drag-to-download/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drag to download", "description": "\ud83d\udc47\ud83c\udffe Drag links from the browser to the desktop to download.", "version": "0.1", "manifest_version": 2, "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "activeTab" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |