Disable Download Bar

Removes the download bar at the bottom of Chrome windows (does nothing else).

Τι είναι το Disable Download Bar;

Το Disable Download Bar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gryphenpossolutions.com, και η κύρια λειτουργία του είναι "Removes the download bar at the bottom of Chrome windows (does nothing else).".

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

screenshot

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

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

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

                        Disables the download bar from view, for use with Gryphen POSCore EPoS Software primarily but can be used  for any other purpose. All this extension does is disable the downloads bar.                    

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

Όνομα Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
Επίσημο URL https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Περιγραφή Removes the download bar at the bottom of Chrome windows (does nothing else).
Μέγεθος Αρχείου 3.17 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2019-05-31
Ημερομηνία Δημοσίευσης 2019-05-31
Αξιολόγηση 4.55/5 Συνολικά 88 Αξιολογήσεις
Προγραμματιστής https://www.gryphenpossolutions.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Bar",
    "version": "1.5",
    "description": "Removes the download bar at the bottom of Chrome windows (does nothing else).",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true
}