Chrome Download Helper

This extension helps you managing your donwloads.

Τι είναι το Chrome Download Helper;

Το Chrome Download Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Obstc0rp, και η κύρια λειτουργία του είναι "This extension helps you managing your donwloads.".

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

screenshot

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

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

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

                        This extension helps you managing your donwloads.
If enabled any download gets it own subdirectory inside the download directory. This subdirectory gets the name of the domain where the download comes from. If enabled you can use a whitelist. Then only those downloads get a subdirectory which domain is listed.

Additionally you can use defined shortkeys to open the last download (default Alt+L) and open the default download directory (default Alt+O).
You can change this settings in the Chrome extension menu at the very bottom.                    

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

Όνομα Chrome Download Helper Chrome Download Helper
ID knaddinhblejecfcgajdpbebicfpejem
Επίσημο URL https://chromewebstore.google.com/detail/chrome-download-helper/knaddinhblejecfcgajdpbebicfpejem
Περιγραφή This extension helps you managing your donwloads.
Μέγεθος Αρχείου 686 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2015-04-09
Ημερομηνία Δημοσίευσης 2015-04-09
Αξιολόγηση 2.83/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής Obstc0rp
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Obstc0rp/Chrome-Download-Helper
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Download Helper",
    "description": "This extension helps you managing your donwloads.",
    "version": "1.2.2",
    "permissions": [
        "downloads",
        "downloads.open"
    ],
    "icons": {
        "128": ".\/assets\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/assets\/images\/icon.png",
        "default_popup": ".\/html\/popup.html"
    },
    "options_page": ".\/html\/options.html",
    "commands": {
        "open-download-dir": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Open Download Directory"
        },
        "open-last-downlaod": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Open Last Download"
        }
    }
}