Autohide Downloads Bar

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

Co to jest Autohide Downloads Bar?

Autohide Downloads Bar to rozszerzenie Chrome opracowane przez Tyler Barron, a jego główną funkcją jest „This extension closes the downloads bar after a set amount of time”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Autohide Downloads Bar

Pobierz pliki rozszerzeń Autohide Downloads Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Hides shelf automatically                    

Podstawowe informacje o rozszerzeniu

Nazwa Autohide Downloads Bar Autohide Downloads Bar
ID iaefpjibipfaofmigecedfapfgplmplo
Oficjalny URL https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo
Opis This extension closes the downloads bar after a set amount of time
Rozmiar pliku 14.17 KB
Liczba instalacji 5,053
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2021-07-27
Data Publikacji 2017-05-22
Ocena 4.74/5 Łącznie 38 Oceny
Deweloper Tyler Barron
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://tylerbarron.com
Obsługiwane Języki 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"
    }
}