Custom Download Directory
Chrome extension to customise download directory based off metadata
ما هو Custom Download Directory؟
Custom Download Directory هو إضافة Chrome تم تطويرها بواسطة William Coates، والميزة الرئيسية لها هي "Chrome extension to customise download directory based off metadata".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Custom Download Directory
قم بتنزيل ملفات الامتداد Custom Download Directory بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows you to customise how your downloads are organised on your computer, splitting downloads into separate folders based off date or time, using a format you pick.
معلومات أساسية عن التمديد
الاسم | Custom Download Directory |
ID | obpicakemlpffjalkbfkkfifigjogjeo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo |
الوصف | Chrome extension to customise download directory based off metadata |
حجم الملف | 12.02 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-10-20 |
تاريخ النشر | 2020-09-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | William Coates |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/WillCoates/CustomDownloadDir |
عنوان صفحة المساعدة | https://github.com/WillCoates/CustomDownloadDir/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Download Directory", "version": "1.0.2", "description": "Chrome extension to customise download directory based off metadata", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png", "256": "icon\/icon256.png" }, "author": "William Coates", "permissions": [ "downloads", "storage" ], "background": { "scripts": [ "defaults.js", "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false } } |