DownRight
Puts your DOWNloads in the RIGHT location.
What is DownRight?
DownRight is a Chrome extension developed by freenik, and its main feature is "Puts your DOWNloads in the RIGHT location.".
Extension Screenshots
Download DownRight Extension CRX File
Download DownRight 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
Puts your DOWNloads in the RIGHT location. The extension will create sub-folders based on the file type to prevent dowloads folder from turning into trash can. Coming soon: Categorization based on download source.
Extension Basic Information
Name | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
Official URL | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
Description | Puts your DOWNloads in the RIGHT location. |
File Size | 25.24 KB |
Installation Count | 17 |
Current Version | 1.0.2 |
Last Updated | 2019-12-04 |
Publish Date | 2019-12-02 |
Developer | freenik |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DownRight", "version": "1.0.2", "description": "Puts your DOWNloads in the RIGHT location.", "icons": { "48": "icons\/border-48.png", "96": "icons\/border-96.png", "512": "icons\/border-512.png" }, "background": { "persistent": true, "scripts": [ "lib\/downloadManager.js", "lib\/downloadLocationRules.js", "background.js" ] }, "permissions": [ "contextMenus", "downloads", "management" ] } |