DownRight
Puts your DOWNloads in the RIGHT location.
Hvad er DownRight?
DownRight er en Chrome-udvidelse udviklet af freenik, og dens hovedfunktion er "Puts your DOWNloads in the RIGHT location.".
Udvidelsesskærmbilleder
Download DownRight-udvidelses-CRX-fil
Download DownRight-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
Officiel URL | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
Beskrivelse | Puts your DOWNloads in the RIGHT location. |
Filstørrelse | 25.24 KB |
Antal Installationer | 17 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2019-12-04 |
Udgivelsesdato | 2019-12-02 |
Udvikler | freenik |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |