Simple Download Manager
Simple Download Manager
Qu'est-ce que Simple Download Manager ?
Simple Download Manager est une extension Chrome développée par Adrián Arbizu, et sa fonction principale est "Simple Download Manager".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Download Manager
Téléchargez les fichiers d'extension Simple Download Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Simple Download Manager is integrated into your browser download manager as much as possible. Main features: 1. Pause and resume downloads. 2. Notification telling you the download estimated time. 3. Sound played when download ends. Share your experience at the Chrome Store and rate Simple Download Manager(SDM) extension Extension made by Adrián Arbizu Donoso (Spain). Framework used: Angular 16.
Informations de Base sur l'Extension
Nom | Simple Download Manager |
ID | agokeleincpgkfodginnangajeejbgjd |
URL Officiel | https://chromewebstore.google.com/detail/simple-download-manager/agokeleincpgkfodginnangajeejbgjd |
Description | Simple Download Manager |
Taille du Fichier | 1.45 MB |
Nombre d'Installations | 3,461 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2023-10-01 |
Date de Publication | 2020-01-23 |
Évaluation | 4.13/5 Total 8 Évaluations |
Développeur | Adrián Arbizu |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "manifest_version": 3, "name": "Simple Download Manager", "description": "Simple Download Manager", "version": "2.2.0", "background": { "service_worker": "service-worker.js" }, "icons": { "19": "assets\/icon19.png", "38": "assets\/icon19.png", "128": "assets\/icon19.png" }, "action": { "default_title": "View Downloads!", "default_popup": "index.html#\/popup" }, "permissions": [ "notifications", "storage", "alarms", "downloads", "downloads.open", "downloads.shelf", "offscreen" ], "short_name": "SDM", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |