Hide Download Bar

Hide Download Bar

Hide Download Bar란 무엇입니까?

Hide Download Bar은(는) gimslab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Download Bar"입니다.

확장 프로그램 스크린샷

screenshot

Hide Download Bar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Very tiny Chrome extension to hide download shelf using keyboard shortcuts.
You can close download bar with Ctrl+Shift+H key (or other shorcuts).
 - Default: Ctrl+Shift+H
 - Mac Default: Alt+Shift+H

Go to chrome://extensions/shortcuts to change shortcuts

This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.                    

확장 프로그램 기본 정보

이름 Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
공식 URL https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
설명 Hide Download Bar
파일 크기 3.16 KB
설치 횟수 1,681
현재 버전 0.2
최근 업데이트 2022-11-20
출시 날짜 2019-12-14
평점 2.76/5 총 21 개의 평점
개발자 gimslab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Download Bar",
    "description": "Hide Download Bar",
    "version": "0.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Hide Download Bar"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Alt+Shift+H"
            }
        }
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}