Autohide Downloads Bar

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

Co je Autohide Downloads Bar?

Autohide Downloads Bar je rozšíření Chrome vyvinuté Tyler Barron, a jeho hlavní funkcí je „This extension closes the downloads bar after a set amount of time“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Autohide Downloads Bar

Stáhněte si soubory rozšíření Autohide Downloads Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Hides shelf automatically                    

Základní Informace o Rozšíření

Název Autohide Downloads Bar Autohide Downloads Bar
ID iaefpjibipfaofmigecedfapfgplmplo
Oficiální URL https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo
Popis This extension closes the downloads bar after a set amount of time
Velikost souboru 14.17 KB
Počet instalací 5,053
Aktuální Verze 1.3
Poslední Aktualizace 2021-07-27
Datum Vydání 2017-05-22
Hodnocení 4.74/5 Celkem 38 Hodnocení
Vývojář Tyler Barron
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://tylerbarron.com
Podporované Jazyky 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"
    }
}