One Click Downloader

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

Vad är One Click Downloader?

One Click Downloader är en Chrome-tillägg utvecklad av Till Haldimann, och dess huvudfunktion är "Automatically save downloaded files to different folders based on their type or name.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner One Click Downloader-förlängningens CRX-fil

Ladda ner One Click Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn One Click Downloader One Click Downloader
ID fbhngehflnenfeefgjfkflhbjaaffgkd
Officiell webbadress https://chrome.google.com/webstore/detail/one-click-downloader/fbhngehflnenfeefgjfkflhbjaaffgkd
Beskrivning Automatically save downloaded files to different folders based on their type or name.
Filstorlek 71.85 KB
Antal Installationer 2,875
Aktuell Version 1.2.3
Senast Uppdaterad 2015-03-29
Publiceringsdatum 2015-03-29
Betyg 3.00/5 Totalt 15 Betyg
Utvecklare Till Haldimann
Betalningssätt free
Stödda Språk 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"
}