Clear Downloads
Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
Clear Downloads là gì?
Clear Downloads là một tiện ích mở rộng Chrome được phát triển bởi Sindre Sorhus, và tính năng chính của nó là "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clear Downloads
Tải xuống các tệp mở rộng Clear Downloads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
See the website for more info.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clear Downloads |
ID | bknoejjhcfmakcibhifepfkegpjdnadk |
URL Chính Thức | https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk |
Mô tả | Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete |
Kích Thước Tệp | 11.06 KB |
Số Lần Cài Đặt | 7,942 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-11-20 |
Ngày Phát Hành | 2018-09-24 |
Đánh Giá | 4.61/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | Sindre Sorhus |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sindresorhus/clear-downloads |
URL Trang Trợ Giúp | https://github.com/sindresorhus/clear-downloads/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |