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
官方網址 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
}