AutoHideDownloadsBar

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

AutoHideDownloadsBar란 무엇입니까?

AutoHideDownloadsBar은(는) raingart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension hides annoying downloads bar in the bottom of the screen."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AutoHideDownloadsBar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 AutoHideDownloadsBar AutoHideDownloadsBar
ID gkmndgjgpolmikgnipipfekglbbgjcel
공식 URL https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel
설명 This extension hides annoying downloads bar in the bottom of the screen.
파일 크기 66.51 KB
설치 횟수 10,000
현재 버전 2.12.2
최근 업데이트 2022-07-07
출시 날짜 2020-02-08
평점 4.88/5 총 107 개의 평점
개발자 raingart
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/raingart/AutoHideDownloadsBar-extension
도움말 페이지 URL https://github.com/raingart/AutoHideDownloadsBar-extension/issues
지원되는 언어 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"
}