Download Shelf Disabler

Turns off Chrome's downloads shelf.

什么是Download Shelf Disabler?

Download Shelf Disabler是由Ferb开发的Chrome扩展程序,该扩展的主要功能是“Turns off Chrome's downloads shelf.”。

扩展截图

screenshot

下载Download Shelf Disabler扩展crx文件

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

扩展使用说明

                        Useful for macOS users who like Safari's default behaviour.

A macOS-only version is also available, for users of Chrome Sync across multiple operating systems: https://chrome.google.com/webstore/detail/download-shelf-disabler-f/lhjlgfpiopfmjbhnpcmfdeepikdpankp

Works by making a single call to the chrome.downloads.setShelfEnabled API. Doesn't collect any data, run anything in the background or consume memory.                    

扩展基本信息

名称 Download Shelf Disabler Download Shelf Disabler
ID aefnabdoeaehgniaceoefkbambfdhdjl
官方URL https://chromewebstore.google.com/detail/download-shelf-disabler/aefnabdoeaehgniaceoefkbambfdhdjl
简介 Turns off Chrome's downloads shelf.
文件大小 12.23 KB
安装次数 152
当前版本 1.1
更新时间 2022-09-21
上架时间 2016-09-14
评分 4.88/5 共8次评分
开发者 Ferb
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ferbivore/chrome-download-shelf-disabler
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Shelf Disabler",
    "description": "Turns off Chrome's downloads shelf.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}