Downloads
Access the folder of the last downloaded file, on click and on completion.
What is Downloads?
Downloads is a Chrome extension developed by Jad Helou, and its main feature is "Access the folder of the last downloaded file, on click and on completion.".
Extension Screenshots
Download Downloads Extension CRX File
Download Downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
Official URL | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Description | Access the folder of the last downloaded file, on click and on completion. |
File Size | 102 KB |
Installation Count | 54 |
Current Version | 1.5 |
Last Updated | 2022-03-28 |
Publish Date | 2017-08-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Jad Helou |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |