RegExp Download Organizer
Forget about the mess in your Downloads folder!
RegExp Download Organizer क्या है?
RegExp Download Organizer unintended द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forget about the mess in your Downloads folder!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RegExp Download Organizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | RegExp Download Organizer |
ID | oamembonjndgangicfphlckkdmagpjlg |
आधिकारिक URL | https://chromewebstore.google.com/detail/regexp-download-organizer/oamembonjndgangicfphlckkdmagpjlg |
विवरण | Forget about the mess in your Downloads folder! |
फ़ाइल का आकार | 201 KB |
स्थापना संख्या | 8,816 |
वर्तमान संस्करण | 0.4.1 |
अंतिम अपडेट | 2024-01-30 |
प्रकाशन तिथि | 2020-06-04 |
रेटिंग | 4.26/5 कुल 90 रेटिंग्स |
डेवलपर | unintended |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/unintended/download-organizer-chrome-extension/issues |
समर्थित भाषाएँ | 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" } } |