Chrome Download Helper
This extension helps you managing your donwloads.
Chrome Download Helper là gì?
Chrome Download Helper là một tiện ích mở rộng Chrome được phát triển bởi Obstc0rp, và tính năng chính của nó là "This extension helps you managing your donwloads.".
Ả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 Chrome Download Helper
Tải xuống các tệp mở rộng Chrome Download Helper 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
This extension helps you managing your donwloads. If enabled any download gets it own subdirectory inside the download directory. This subdirectory gets the name of the domain where the download comes from. If enabled you can use a whitelist. Then only those downloads get a subdirectory which domain is listed. Additionally you can use defined shortkeys to open the last download (default Alt+L) and open the default download directory (default Alt+O). You can change this settings in the Chrome extension menu at the very bottom.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome Download Helper |
ID | knaddinhblejecfcgajdpbebicfpejem |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-download-helper/knaddinhblejecfcgajdpbebicfpejem |
Mô tả | This extension helps you managing your donwloads. |
Kích Thước Tệp | 686 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2015-04-09 |
Ngày Phát Hành | 2015-04-09 |
Đánh Giá | 2.83/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | Obstc0rp |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Obstc0rp/Chrome-Download-Helper |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Download Helper", "description": "This extension helps you managing your donwloads.", "version": "1.2.2", "permissions": [ "downloads", "downloads.open" ], "icons": { "128": ".\/assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/js\/background.js" ] }, "browser_action": { "default_icon": ".\/assets\/images\/icon.png", "default_popup": ".\/html\/popup.html" }, "options_page": ".\/html\/options.html", "commands": { "open-download-dir": { "suggested_key": { "default": "Alt+O" }, "description": "Open Download Directory" }, "open-last-downlaod": { "suggested_key": { "default": "Alt+L" }, "description": "Open Last Download" } } } |