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