Downloads Router - with overwrite
Organize your downloads automatically! Set custom download locations based on filename.
Wat is Downloads Router - with overwrite?
Downloads Router - with overwrite is een Chrome-extensie ontwikkeld door cdrosenlund.dev, en de belangrijkste functie is "Organize your downloads automatically! Set custom download locations based on filename.".
Extensie Screenshots
Download het CRX-bestand van de extensie Downloads Router - with overwrite
Download Downloads Router - with overwrite-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
This extension will route downloaded files to specified folders on your computer. Can be done using regex of content name. There is an option to have the downloaded content to overwrite the name if a duplicate is found.
Basisinformatie over de Extensie
Naam | Downloads Router - with overwrite |
ID | gdhonnfhmbfjipjbjineecnknbpjeemh |
Officiële URL | https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh |
Beschrijving | Organize your downloads automatically! Set custom download locations based on filename. |
Bestandsgrootte | 18.49 KB |
Aantal Installaties | 92 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-06-30 |
Publicatiedatum | 2017-06-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | cdrosenlund.dev |
Betalingswijze | free |
Ondersteunde Talen | en,es,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "DLRouter", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.2", "options_page": "options.html", "permissions": [ "downloads" ], "background": { "scripts": [ "manager.js" ], "persistent": false }, "icons": { "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png", "128": "data\/icon128.png" } } |