Clear Downloads
Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
什么是Clear Downloads?
Clear Downloads是由Sindre Sorhus开发的Chrome扩展程序,该扩展的主要功能是“Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete”。
扩展截图
下载Clear Downloads扩展crx文件
下载Clear Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See the website for more info.
扩展基本信息
名称 | Clear Downloads |
ID | bknoejjhcfmakcibhifepfkegpjdnadk |
官方URL | https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk |
简介 | Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete |
文件大小 | 11.06 KB |
安装次数 | 7,942 |
当前版本 | 1.1.0 |
更新时间 | 2020-11-20 |
上架时间 | 2018-09-24 |
评分 | 4.61/5 共41次评分 |
开发者 | Sindre Sorhus |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/sindresorhus/clear-downloads |
帮助页面URL | https://github.com/sindresorhus/clear-downloads/issues |
隐私政策页面URL | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Downloads", "version": "1.1.0", "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete", "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads", "manifest_version": 2, "minimum_chrome_version": "66", "permissions": [ "browsingData" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |