Disable Download Shelf

Disables the download bar at bottom of window

Disable Download Shelf란 무엇입니까?

Disable Download Shelf은(는) conceptualspace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disables the download bar at bottom of window"입니다.

확장 프로그램 스크린샷

screenshot

Disable Download Shelf 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox).

On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled!

This extension is free and open source.                    

확장 프로그램 기본 정보

이름 Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
공식 URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
설명 Disables the download bar at bottom of window
파일 크기 15.51 KB
설치 횟수 3,127
현재 버전 2.1
최근 업데이트 2022-04-06
출시 날짜 2020-05-28
평점 4.36/5 총 11 개의 평점
개발자 conceptualspace
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/conceptualspace/disable-download-shelf
도움말 페이지 URL https://github.com/conceptualspace/disable-download-shelf/issues
개인정보 보호 정책 페이지 URL https://conceptualspace.net/privacy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Shelf",
    "version": "2.1",
    "description": "Disables the download bar at bottom of window",
    "author": "[email protected]",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png",
            "48": "icon\/icon48.png"
        },
        "default_title": "Downloads"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 3
}