Clear Downloads Plugin
This extension will allow you to clear your downloads with one click
Clear Downloads Plugin là gì?
Clear Downloads Plugin là một tiện ích mở rộng Chrome được phát triển bởi prem.nirmal, và tính năng chính của nó là "This extension will allow you to clear your downloads with one click".
Ả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 Plugin
Tải xuống các tệp mở rộng Clear Downloads Plugin 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
With the updated google chrome browser, you now have to go through a few clicks to clear your downloads. This can be annoying for an impatient person like me. This simple chrome plugin allows you to clear your downloads with one click :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clear Downloads Plugin |
ID | okkpnkhmlpilfilmflchpbmkbcegiaeo |
URL Chính Thức | https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo |
Mô tả | This extension will allow you to clear your downloads with one click |
Kích Thước Tệp | 91.38 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2017-04-11 |
Ngày Phát Hành | 2017-04-11 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | prem.nirmal |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/premnirmal/ClearDownloadsPlugin |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Downloads Plugin", "description": "This extension will allow you to clear your downloads with one click", "version": "0.0.5", "homepage_url": "https:\/\/github.com\/premnirmal\/ClearDownloadsPlugin", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Clear Downloads", "default_popup": "popup.html" }, "permissions": [ "browsingData" ], "incognito": "split" } |