RegExp Download Organizer

Forget about the mess in your Downloads folder!

Wat is RegExp Download Organizer?

RegExp Download Organizer is een Chrome-extensie ontwikkeld door unintended, en de belangrijkste functie is "Forget about the mess in your Downloads folder!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RegExp Download Organizer

Download RegExp Download Organizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam RegExp Download Organizer RegExp Download Organizer
ID oamembonjndgangicfphlckkdmagpjlg
Officiële URL https://chromewebstore.google.com/detail/regexp-download-organizer/oamembonjndgangicfphlckkdmagpjlg
Beschrijving Forget about the mess in your Downloads folder!
Bestandsgrootte 201 KB
Aantal Installaties 8,816
Huidige Versie 0.4.1
Laatst Bijgewerkt 2024-01-30
Publicatiedatum 2020-06-04
Beoordeling 4.26/5 Totaal 90 Beoordelingen
Ontwikkelaar unintended
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/unintended/download-organizer-chrome-extension/issues
Ondersteunde Talen 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"
    }
}