RegExp Download Organizer

Forget about the mess in your Downloads folder!

RegExp Download Organizerとは何ですか?

RegExp Download Organizerはunintendedによって開発されたChromeの拡張機能で、その主な機能は「Forget about the mess in your Downloads folder!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

RegExp Download Organizer拡張機能のCRXファイルをダウンロード

RegExp Download Organizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
ヘルプページのURL 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"
    }
}