Downloads Router - with overwrite
Organize your downloads automatically! Set custom download locations based on filename.
Downloads Router - with overwrite क्या है?
Downloads Router - with overwrite cdrosenlund.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize your downloads automatically! Set custom download locations based on filename."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Downloads Router - with overwrite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will route downloaded files to specified folders on your computer. Can be done using regex of content name. There is an option to have the downloaded content to overwrite the name if a duplicate is found.
एक्सटेंशन की मूल जानकारी
नाम | Downloads Router - with overwrite |
ID | gdhonnfhmbfjipjbjineecnknbpjeemh |
आधिकारिक URL | https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh |
विवरण | Organize your downloads automatically! Set custom download locations based on filename. |
फ़ाइल का आकार | 18.49 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2017-06-30 |
प्रकाशन तिथि | 2017-06-30 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | cdrosenlund.dev |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,es,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "DLRouter", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.2", "options_page": "options.html", "permissions": [ "downloads" ], "background": { "scripts": [ "manager.js" ], "persistent": false }, "icons": { "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png", "128": "data\/icon128.png" } } |