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文件

下载Disable Download Shelf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}