Downloads
Access the folder of the last downloaded file, on click and on completion.
Downloads क्या है?
Downloads Jad Helou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access the folder of the last downloaded file, on click and on completion."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Downloads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
एक्सटेंशन की मूल जानकारी
नाम | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
आधिकारिक URL | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
विवरण | Access the folder of the last downloaded file, on click and on completion. |
फ़ाइल का आकार | 102 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2022-03-28 |
प्रकाशन तिथि | 2017-08-10 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Jad Helou |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |