Download Organizer
Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a…
Download Organizer क्या है?
Download Organizer raduM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Download Organizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a huge pile of random files. While Download Organizer is active, every time you download something and a rule is set up for that file type, it will be redirected to your specified folder. You don't need to manually create those folders, they will be generated automatically. You don't need to create rules for each file type in particular, general types like "Images" or "Audio" are available. If you need support for less common file types, you can include them by specifying them in the "Advanced" section. For bug reports and suggestions, check the GitHub page: https://github.com/MireaRadu/download-organizer
एक्सटेंशन की मूल जानकारी
नाम | Download Organizer |
ID | bpckijmccpnjipoekiilngedlnokkdgf |
आधिकारिक URL | https://chromewebstore.google.com/detail/download-organizer/bpckijmccpnjipoekiilngedlnokkdgf |
विवरण | Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a… |
फ़ाइल का आकार | 57.94 KB |
स्थापना संख्या | 169 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-09-04 |
प्रकाशन तिथि | 2020-06-20 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | raduM |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/MireaRadu/download-organizer |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Organizer", "version": "1.0.2", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Download Organizer" }, "permissions": [ "downloads", "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |