Downloads Router - with overwrite
Organize your downloads automatically! Set custom download locations based on filename.
ما هو Downloads Router - with overwrite؟
Downloads Router - with overwrite هو إضافة Chrome تم تطويرها بواسطة cdrosenlund.dev، والميزة الرئيسية لها هي "Organize your downloads automatically! Set custom download locations based on filename.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Downloads Router - with overwrite
قم بتنزيل ملفات الامتداد Downloads Router - with overwrite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will route downloaded files to specified folders on your computer. Can be done using regex of content name. There is an option to have the downloaded content to overwrite the name if a duplicate is found.
معلومات أساسية عن التمديد
الاسم | Downloads Router - with overwrite |
ID | gdhonnfhmbfjipjbjineecnknbpjeemh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh |
الوصف | Organize your downloads automatically! Set custom download locations based on filename. |
حجم الملف | 18.49 KB |
عدد التثبيتات | 92 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2017-06-30 |
تاريخ النشر | 2017-06-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | cdrosenlund.dev |
نوع الدفع | free |
اللغات المدعومة | en,es,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "DLRouter", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.2", "options_page": "options.html", "permissions": [ "downloads" ], "background": { "scripts": [ "manager.js" ], "persistent": false }, "icons": { "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png", "128": "data\/icon128.png" } } |