Organize Downloads by Date
Organizes your download folder by date. Example: YEAR/MONTH/FILE
ما هو Organize Downloads by Date؟
Organize Downloads by Date هو إضافة Chrome تم تطويرها بواسطة https://lucasbustamante.com.br، والميزة الرئيسية لها هي "Organizes your download folder by date. Example: YEAR/MONTH/FILE".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Organize Downloads by Date
قم بتنزيل ملفات الامتداد Organize Downloads by Date بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension automatically organizes your downloads by date, like so:
Before: Downloads/example.file
After: Downloads/2018/10/example.file
This extension is open-source and available on GitHub:
https://github.com/Luc45/Organize-Downloads-by-Date-Chrome-Extension معلومات أساسية عن التمديد
| الاسم | |
| ID | ipjljbilkibpncgnagphiamkkdilbbki |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/organize-downloads-by-dat/ipjljbilkibpncgnagphiamkkdilbbki |
| الوصف | Organizes your download folder by date. Example: YEAR/MONTH/FILE |
| حجم الملف | 7.89 KB |
| عدد التثبيتات | 1,623 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2018-10-27 |
| تاريخ النشر | 2018-10-27 |
| تقييم | 5.00/5 مجموع تقييمات 5 |
| المطور | https://lucasbustamante.com.br |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Organize Downloads by Date",
"description": "Organizes your download folder by date. Example: YEAR\/MONTH\/FILE",
"version": "1.1",
"background": {
"scripts": [
"bg.js"
],
"persistent": false
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"downloads"
],
"content_security_policy": "script-src 'self'; default-src 'self'",
"manifest_version": 2
} | |