Download Organizer

Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a…

Τι είναι το Download Organizer;

Το Download Organizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον raduM, και η κύρια λειτουργία του είναι "Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a…".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Download Organizer

Λήψη αρχείων επέκτασης Download Organizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a huge pile of random files.

While Download Organizer is active, every time you download something and a rule is set up for that file type, it will be redirected to your specified folder. You don't need to manually create those folders, they will be generated automatically. You don't need to create rules for each file type in particular, general types like "Images" or "Audio" are available.

If you need support for less common file types, you can include them by specifying them in the "Advanced" section.

For bug reports and suggestions, check the GitHub page: https://github.com/MireaRadu/download-organizer                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Download Organizer Download Organizer
ID bpckijmccpnjipoekiilngedlnokkdgf
Επίσημο URL https://chromewebstore.google.com/detail/download-organizer/bpckijmccpnjipoekiilngedlnokkdgf
Περιγραφή Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a…
Μέγεθος Αρχείου 57.94 KB
Αριθμός Εγκαταστάσεων 169
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2020-09-04
Ημερομηνία Δημοσίευσης 2020-06-20
Αξιολόγηση 3.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής raduM
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/MireaRadu/download-organizer
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Organizer",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Organizer"
    },
    "permissions": [
        "downloads",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}