Downloads Router

Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain.

Downloads Router란 무엇입니까?

Downloads Router은(는) Lars F. Karlström에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Downloads Router 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Latest news:
☆ Torrent files downloaded as octet-streams now trigger application/x-bittorrent MIME routing rules
☆ Referrer routing now uses the source URL as a fallback, improving reliability 

Downloads Router is a tiny extension that helps you avoid  cleaning the dreaded "Downloads" folder by automatically saving  files in the right places.

Downloads Router springs into action whenever you start downloading a file. It looks at the filename, filetype, or origin domain (source website) of the item, and matches this information against rules that you define on the extension's Options page. Should a matching rule exist, a "suggestion" is sent to the browser, indicating where it should save the file; this suggestion may however be overridden, as for instance when you use the "Save As..." feature.

The Options page opens automatically after installing the extension, and may thereafter be reached from the chrome://extensions page.                    

확장 프로그램 기본 정보

이름 Downloads Router Downloads Router
ID fgkboeogiiklpklnjgdiaghaiehcknjo
공식 URL https://chromewebstore.google.com/detail/downloads-router/fgkboeogiiklpklnjgdiaghaiehcknjo
설명 Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain.
파일 크기 18.46 KB
설치 횟수 20,000
현재 버전 0.8.1
최근 업데이트 2016-06-11
출시 날짜 2016-06-10
평점 4.10/5 총 157 개의 평점
개발자 Lars F. Karlström
결제 유형 free
도움말 페이지 URL https://bitbucket.org/lfk/downloads-router-chrome-extension
지원되는 언어 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": "0.8.1",
    "options_page": "options.html",
    "homepage_url": "https:\/\/bitbucket.org\/lfk\/downloads-router-chrome-extension",
    "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"
    }
}