Material Design Download Manager
A Material Design of Chrome Download Manager.
ما هو Material Design Download Manager؟
Material Design Download Manager هو إضافة Chrome تم تطويرها بواسطة Liu Liu، والميزة الرئيسية لها هي "A Material Design of Chrome Download Manager.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Material Design Download Manager
قم بتنزيل ملفات الامتداد Material Design Download Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Material Design fork of Chrome Download Manager: https://github.com/prabhat90/DownloadManager
معلومات أساسية عن التمديد
الاسم | |
ID | pffcjaiopnppjiclmfaagojfjjppdcml |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/material-design-download/pffcjaiopnppjiclmfaagojfjjppdcml |
الوصف | A Material Design of Chrome Download Manager. |
حجم الملف | 602 KB |
عدد التثبيتات | 896 |
النسخة الحالية | 1.7 |
آخر تحديث | 2015-06-02 |
تاريخ النشر | 2015-06-02 |
تقييم | 4.06/5 مجموع تقييمات 32 |
المطور | Liu Liu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |