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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}