Disable Download Shelf

Disables the download bar at bottom of window

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

Το Disable Download Shelf είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον conceptualspace, και η κύρια λειτουργία του είναι "Disables the download bar at bottom of window".

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

screenshot

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

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

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

                        Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox).

On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled!

This extension is free and open source.                    

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

Όνομα Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
Επίσημο URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
Περιγραφή Disables the download bar at bottom of window
Μέγεθος Αρχείου 15.51 KB
Αριθμός Εγκαταστάσεων 3,127
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2022-04-06
Ημερομηνία Δημοσίευσης 2020-05-28
Αξιολόγηση 4.36/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής conceptualspace
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/conceptualspace/disable-download-shelf
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/conceptualspace/disable-download-shelf/issues
URL της Σελίδας Πολιτικής Απορρήτου https://conceptualspace.net/privacy.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Shelf",
    "version": "2.1",
    "description": "Disables the download bar at bottom of window",
    "author": "[email protected]",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png",
            "48": "icon\/icon48.png"
        },
        "default_title": "Downloads"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 3
}