One Click Downloader

Automatically save downloaded files to different folders based on their type or name.

One Click Downloader란 무엇입니까?

One Click Downloader은(는) Till Haldimann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically save downloaded files to different folders based on their type or name."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

One Click Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HOW DOES IT WORK?

Right-click on a download link and choose "Set download folder..." from the context menu.
Create a rule for the file, saying in which folder this file and similar ones should be saved.

From now on, you can start downloads with a simple click and the files will end up in the right place.

Files can be identified by their MIME type, file extension, name or URL.                    

확장 프로그램 기본 정보

이름 One Click Downloader One Click Downloader
ID fbhngehflnenfeefgjfkflhbjaaffgkd
공식 URL https://chrome.google.com/webstore/detail/one-click-downloader/fbhngehflnenfeefgjfkflhbjaaffgkd
설명 Automatically save downloaded files to different folders based on their type or name.
파일 크기 71.85 KB
설치 횟수 2,875
현재 버전 1.2.3
최근 업데이트 2015-03-29
출시 날짜 2015-03-29
평점 3.00/5 총 15 개의 평점
개발자 Till Haldimann
결제 유형 free
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.3",
    "author": "Till Haldimann",
    "icons": {
        "128": "graphics\/128.png",
        "48": "graphics\/48.png",
        "16": "graphics\/16.png"
    },
    "permissions": [
        "downloads",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/event.js"
        ],
        "persistent": false
    },
    "options_page": "pages\/options.html"
}