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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |