Clear Downloads
This extension clears and hides the download bar on download completion
什么是Clear Downloads?
Clear Downloads是由https://www.dicode.nl开发的Chrome扩展程序,该扩展的主要功能是“This extension clears and hides the download bar on download completion”。
下载Clear Downloads扩展crx文件
下载Clear Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.
扩展基本信息
名称 | Clear Downloads |
ID | ddagcmmgpaibmjkiobcgggeiblnjnfkm |
官方URL | https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm |
简介 | This extension clears and hides the download bar on download completion |
文件大小 | 13.34 KB |
安装次数 | 737 |
当前版本 | 0.2.1 |
更新时间 | 2015-01-09 |
上架时间 | 2015-01-09 |
评分 | 4.31/5 共16次评分 |
开发者 | https://www.dicode.nl |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Downloads", "short_name": "dicldds", "description": "This extension clears and hides the download bar on download completion", "version": "0.2.1", "author": "dicode VOF", "permissions": [ "downloads", "browsingData" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |