One Click Downloader

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

Τι είναι το One Click Downloader;

Το One Click Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Till Haldimann, και η κύρια λειτουργία του είναι "Automatically save downloaded files to different folders based on their type or name.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης One Click Downloader

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
}