One Click Downloader
Automatically save downloaded files to different folders based on their type or name.
One Click Downloader là gì?
One Click Downloader là một tiện ích mở rộng Chrome được phát triển bởi Till Haldimann, và tính năng chính của nó là "Automatically save downloaded files to different folders based on their type or name.".
Ả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 One Click Downloader
Tải xuống các tệp mở rộng One Click Downloader 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
HOW DOES IT WORK? Right-click on a download link and choose "Set download folder..." from the context menu. Create a rule for the file, saying in which folder this file and similar ones should be saved. From now on, you can start downloads with a simple click and the files will end up in the right place. Files can be identified by their MIME type, file extension, name or URL.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fbhngehflnenfeefgjfkflhbjaaffgkd |
URL Chính Thức | https://chrome.google.com/webstore/detail/one-click-downloader/fbhngehflnenfeefgjfkflhbjaaffgkd |
Mô tả | Automatically save downloaded files to different folders based on their type or name. |
Kích Thước Tệp | 71.85 KB |
Số Lần Cài Đặt | 2,875 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2015-03-29 |
Ngày Phát Hành | 2015-03-29 |
Đánh Giá | 3.00/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Till Haldimann |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.2.3", "author": "Till Haldimann", "icons": { "128": "graphics\/128.png", "48": "graphics\/48.png", "16": "graphics\/16.png" }, "permissions": [ "downloads", "contextMenus", "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "scripts\/event.js" ], "persistent": false }, "options_page": "pages\/options.html" } |