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文件

下載One Click Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}