RegExp Download Organizer

Forget about the mess in your Downloads folder!

ما هو RegExp Download Organizer؟

RegExp Download Organizer هو إضافة Chrome تم تطويرها بواسطة unintended، والميزة الرئيسية لها هي "Forget about the mess in your Downloads folder!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة RegExp Download Organizer

قم بتنزيل ملفات الامتداد RegExp Download Organizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Version 0.4.1
fix bug with date formatting

Version 0.4.0
support Manifest V3

This extension allows you to set custom download locations with a flexible and strong RegExp-based rules. You can literally use all the power of regular expressions in your rules and handle even the most complex cases with this extension.
The download rules can be based on filetype, filename, file and referrer(a page where the download was started from) URLs. You can even substitute some part of the result download location with parts of your matching rules via capturing groups!
You can reach the Options page from chrome://extensions                    

معلومات أساسية عن التمديد

الاسم RegExp Download Organizer RegExp Download Organizer
ID oamembonjndgangicfphlckkdmagpjlg
عنوان URL الرسمي https://chromewebstore.google.com/detail/regexp-download-organizer/oamembonjndgangicfphlckkdmagpjlg
الوصف Forget about the mess in your Downloads folder!
حجم الملف 201 KB
عدد التثبيتات 8,816
النسخة الحالية 0.4.1
آخر تحديث 2024-01-30
تاريخ النشر 2020-06-04
تقييم 4.26/5 مجموع تقييمات 90
المطور unintended
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/unintended/download-organizer-chrome-extension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "REDownloadOrganizer",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.4.1",
    "options_page": "options.html",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/regexp-download-organizer\/oamembonjndgangicfphlckkdmagpjlg",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "storage",
        "offscreen"
    ],
    "background": {
        "service_worker": "manager.js",
        "type": "module"
    }
}