AutoHideDownloadsBar

This extension hides annoying downloads bar in the bottom of the screen.

Co je AutoHideDownloadsBar?

AutoHideDownloadsBar je rozšíření Chrome vyvinuté raingart, a jeho hlavní funkcí je „This extension hides annoying downloads bar in the bottom of the screen.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AutoHideDownloadsBar

Stáhněte si soubory rozšíření AutoHideDownloadsBar 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í

                        Open-source, simple, lean and no ads.

Options:
- hide download bar only after downloads completion. Or not display the shelf at all.
- set delay before the shelf is auto-closed.
- display download notifications.
- shows the progress of the loading in the icon panel.                    

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

Název AutoHideDownloadsBar AutoHideDownloadsBar
ID gkmndgjgpolmikgnipipfekglbbgjcel
Oficiální URL https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel
Popis This extension hides annoying downloads bar in the bottom of the screen.
Velikost souboru 66.51 KB
Počet instalací 10,000
Aktuální Verze 2.12.2
Poslední Aktualizace 2022-07-07
Datum Vydání 2020-02-08
Hodnocení 4.88/5 Celkem 107 Hodnocení
Vývojář raingart
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/raingart/AutoHideDownloadsBar-extension
URL Stránky Nápovědy https://github.com/raingart/AutoHideDownloadsBar-extension/issues
Podporované Jazyky de,en,tr,es,ar,zh-CN,ja,ko
manifest.json
{
    "manifest_version": 2,
    "name": "AutoHideDownloadsBar",
    "short_name": "AutoHideDownloadsBar",
    "description": "__MSG_app_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "raingart",
    "default_locale": "en",
    "minimum_chrome_version": "80.0",
    "version": "2.12.2",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "downloads.shelf"
    ],
    "optional_permissions": [
        "tabs",
        "notifications",
        "downloads.open"
    ],
    "background": {
        "page": "\/html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "AutoHideDownloadsBar"
    },
    "options_page": "\/html\/options.html"
}