Download Button

This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.

Download Buttonとは何ですか?

Download ButtonはLuca-Miguel Christiansenによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Download Button拡張機能のCRXファイルをダウンロード

Download Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You want to replace your download bar in Chrome, that appears when you start a download?

Then is this extension exactly the right one for you, this extension replaces the download bar with a button in the toolbar, where you can manage your downloads. 

What can you do with the extension:
- Drag and drop your downloaded file in a other folder
- View your past downloads
- View your active downloads with progress
- Open the folder, where the downloaded file is saved to
- Delete a download out of your history
- Delete all downloads out of your history                    

拡張機能の基本情報

名前 Download Button Download Button
ID hgkcmjmbbndapaffflkmgmmmdpgmipje
公式URL https://chromewebstore.google.com/detail/download-button/hgkcmjmbbndapaffflkmgmmmdpgmipje
説明 This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
ファイルサイズ 16.43 KB
インストール数 294
現在のバージョン 1.0.0
最終更新日 2022-03-15
公開日 2022-03-10
評価 4.33/5 合計 3 レビュー
開発者 Luca-Miguel Christiansen
Eメール [email protected]
支払い方法 free
対応言語 de,en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Download Button",
    "description": "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.",
    "version": "1.0.0",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Downloads",
        "default_icon": {
            "16": "\/icons\/x16\/logo.png",
            "32": "\/icons\/x32\/logo.png",
            "48": "\/icons\/x48\/logo.png",
            "128": "\/icons\/x128\/logo.png"
        }
    },
    "icons": {
        "16": "\/icons\/x16\/logo.png",
        "48": "\/icons\/x48\/logo.png",
        "128": "\/icons\/x128\/logo.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}