Material Design Download Manager
A Material Design of Chrome Download Manager.
Qu'est-ce que Material Design Download Manager ?
Material Design Download Manager est une extension Chrome développée par Liu Liu, et sa fonction principale est "A Material Design of Chrome Download Manager.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Material Design Download Manager
Téléchargez les fichiers d'extension Material Design 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
A Material Design fork of Chrome Download Manager: https://github.com/prabhat90/DownloadManager
Informations de Base sur l'Extension
Nom | |
ID | pffcjaiopnppjiclmfaagojfjjppdcml |
URL Officiel | https://chrome.google.com/webstore/detail/material-design-download/pffcjaiopnppjiclmfaagojfjjppdcml |
Description | A Material Design of Chrome Download Manager. |
Taille du Fichier | 602 KB |
Nombre d'Installations | 896 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2015-06-02 |
Date de Publication | 2015-06-02 |
Évaluation | 4.06/5 Total 32 Évaluations |
Développeur | Liu Liu |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | de,en,fr,tr,es,it,pl,pt-BR,ru,uk,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Material Design Download Manager", "description": "A Material Design of Chrome Download Manager.", "version": "1.7", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup.html" }, "icons": { "128": "icon.png", "64": "icon64.png", "48": "icon48.png", "32": "icon32.png", "24": "icon24.png", "16": "icon16.png" }, "offline_enabled": true, "optional_permissions": [ "management" ], "permissions": [ "downloads", "downloads.open", "downloads.shelf", "clipboardWrite", "clipboardRead", "notifications", "activeTab" ] } |