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
Eメール [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
}