DownRight
Puts your DOWNloads in the RIGHT location.
Wat is DownRight?
DownRight is een Chrome-extensie ontwikkeld door freenik, en de belangrijkste functie is "Puts your DOWNloads in the RIGHT location.".
Extensie Screenshots
Download het CRX-bestand van de extensie DownRight
Download DownRight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
Officiële URL | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
Beschrijving | Puts your DOWNloads in the RIGHT location. |
Bestandsgrootte | 25.24 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2019-12-04 |
Publicatiedatum | 2019-12-02 |
Ontwikkelaar | freenik |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |