Recent Download
Manage users' recent downloaded items!
ما هو Recent Download؟
Recent Download هو إضافة Chrome تم تطويرها بواسطة https://www.windows10mycomputer.com، والميزة الرئيسية لها هي "Manage users' recent downloaded items!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Recent Download
قم بتنزيل ملفات الامتداد Recent Download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Rencent Download enhanced version, you can sort and view files, and you can share to mobile phone (only support windows 10, you need to download UWP version of my computer).
معلومات أساسية عن التمديد
الاسم | Recent Download |
ID | abmbeknhkchhaalbjkbehhfbibcmogbe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe |
الوصف | Manage users' recent downloaded items! |
حجم الملف | 247 KB |
عدد التثبيتات | 960 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2018-11-28 |
تاريخ النشر | 2018-11-27 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://www.windows10mycomputer.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.windows10mycomputer.com |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent Download", "version": "0.1.1", "manifest_version": 2, "default_locale": "zh_CN", "description": "Manage users' recent downloaded items!", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Recent Download", "default_popup": "defult.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "downloads", "downloads.open", "downloads.shelf" ] } |