Autohide Downloads Bar

This extension closes the downloads bar after a set amount of time

Wat is Autohide Downloads Bar?

Autohide Downloads Bar is een Chrome-extensie ontwikkeld door Tyler Barron, en de belangrijkste functie is "This extension closes the downloads bar after a set amount of time".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Autohide Downloads Bar

Download Autohide Downloads Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Hides shelf automatically                    

Basisinformatie over de Extensie

Naam Autohide Downloads Bar Autohide Downloads Bar
ID iaefpjibipfaofmigecedfapfgplmplo
Officiële URL https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo
Beschrijving This extension closes the downloads bar after a set amount of time
Bestandsgrootte 14.17 KB
Aantal Installaties 5,053
Huidige Versie 1.3
Laatst Bijgewerkt 2021-07-27
Publicatiedatum 2017-05-22
Beoordeling 4.74/5 Totaal 38 Beoordelingen
Ontwikkelaar Tyler Barron
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://tylerbarron.com
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autohide Downloads Bar",
    "description": "This extension closes the downloads bar after a set amount of time",
    "version": "1.3",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    }
}