Downloads Notification

Move your download list from the fat bottom bar to Chrome Notification Center

Τι είναι το Downloads Notification;

Το Downloads Notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ethan, και η κύρια λειτουργία του είναι "Move your download list from the fat bottom bar to Chrome Notification Center".

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

screenshot
screenshot

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

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

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

                        Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".                    

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

Όνομα Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
Επίσημο URL https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
Περιγραφή Move your download list from the fat bottom bar to Chrome Notification Center
Μέγεθος Αρχείου 7.16 KB
Αριθμός Εγκαταστάσεων 1,312
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2014-08-29
Ημερομηνία Δημοσίευσης 2014-08-29
Αξιολόγηση 3.81/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής ethan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads Notification",
    "description": "Move your download list from the fat bottom bar to Chrome Notification Center",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}