Custom Download Directory
Chrome extension to customise download directory based off metadata
Custom Download Directory क्या है?
Custom Download Directory William Coates द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to customise download directory based off metadata"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Download Directory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to customise how your downloads are organised on your computer, splitting downloads into separate folders based off date or time, using a format you pick.
एक्सटेंशन की मूल जानकारी
नाम | Custom Download Directory |
ID | obpicakemlpffjalkbfkkfifigjogjeo |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo |
विवरण | Chrome extension to customise download directory based off metadata |
फ़ाइल का आकार | 12.02 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-10-20 |
प्रकाशन तिथि | 2020-09-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | William Coates |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/WillCoates/CustomDownloadDir |
सहायता पृष्ठ URL | https://github.com/WillCoates/CustomDownloadDir/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Download Directory", "version": "1.0.2", "description": "Chrome extension to customise download directory based off metadata", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png", "256": "icon\/icon256.png" }, "author": "William Coates", "permissions": [ "downloads", "storage" ], "background": { "scripts": [ "defaults.js", "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false } } |