RegExp Download Organizer
Forget about the mess in your Downloads folder!
RegExp Download Organizer là gì?
RegExp Download Organizer là một tiện ích mở rộng Chrome được phát triển bởi unintended, và tính năng chính của nó là "Forget about the mess in your Downloads folder!".
Ả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 RegExp Download Organizer
Tải xuống các tệp mở rộng RegExp Download Organizer 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
Version 0.4.1 fix bug with date formatting Version 0.4.0 support Manifest V3 This extension allows you to set custom download locations with a flexible and strong RegExp-based rules. You can literally use all the power of regular expressions in your rules and handle even the most complex cases with this extension. The download rules can be based on filetype, filename, file and referrer(a page where the download was started from) URLs. You can even substitute some part of the result download location with parts of your matching rules via capturing groups! You can reach the Options page from chrome://extensions
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RegExp Download Organizer |
ID | oamembonjndgangicfphlckkdmagpjlg |
URL Chính Thức | https://chromewebstore.google.com/detail/regexp-download-organizer/oamembonjndgangicfphlckkdmagpjlg |
Mô tả | Forget about the mess in your Downloads folder! |
Kích Thước Tệp | 201 KB |
Số Lần Cài Đặt | 8,816 |
Phiên Bản Hiện Tại | 0.4.1 |
Cập Nhật Lần Cuối | 2024-01-30 |
Ngày Phát Hành | 2020-06-04 |
Đánh Giá | 4.26/5 Tổng số 90 Đánh Giá |
Nhà Phát Triển | unintended |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/unintended/download-organizer-chrome-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "REDownloadOrganizer", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.4.1", "options_page": "options.html", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/regexp-download-organizer\/oamembonjndgangicfphlckkdmagpjlg", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "downloads", "storage", "offscreen" ], "background": { "service_worker": "manager.js", "type": "module" } } |