Download Notifications

This extension adds notifications for downloads, when complete or interrupted

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

Το Download Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον André Ferreira, και η κύρια λειτουργία του είναι "This extension adds notifications for downloads, when complete or interrupted".

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

screenshot

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

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

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

                        This opensource extension adds notification popups for downloads.

It does not disable the download shelf. For that I recommend https://chrome.google.com/webstore/detail/download-notifier/gdekiloeocnfnochnkldpkmllmfiaeke

The code is licensed under GPLV3 and available at
https://github.com/aadfPT/ChromeDownloadNotifications                    

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

Όνομα Download Notifications Download Notifications
ID eeffjbbdjlmldkkhdjdfaamgdmolpjpp
Επίσημο URL https://chromewebstore.google.com/detail/download-notifications/eeffjbbdjlmldkkhdjdfaamgdmolpjpp
Περιγραφή This extension adds notifications for downloads, when complete or interrupted
Μέγεθος Αρχείου 5.26 KB
Αριθμός Εγκαταστάσεων 261
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2014-07-19
Ημερομηνία Δημοσίευσης 2014-07-19
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής André Ferreira
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/aadfPT/ChromeDownloadNotifications
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Notifications",
    "description": "This extension adds notifications for downloads, when complete or interrupted",
    "version": "0.0.0.1",
    "permissions": [
        "notifications",
        "downloads"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "main.js",
            "bg.js"
        ]
    }
}