One Click Downloader
Automatically save downloaded files to different folders based on their type or name.
Qu'est-ce que One Click Downloader ?
One Click Downloader est une extension Chrome développée par Till Haldimann, et sa fonction principale est "Automatically save downloaded files to different folders based on their type or name.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One Click Downloader
Téléchargez les fichiers d'extension One Click Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
HOW DOES IT WORK? Right-click on a download link and choose "Set download folder..." from the context menu. Create a rule for the file, saying in which folder this file and similar ones should be saved. From now on, you can start downloads with a simple click and the files will end up in the right place. Files can be identified by their MIME type, file extension, name or URL.
Informations de Base sur l'Extension
Nom | |
ID | fbhngehflnenfeefgjfkflhbjaaffgkd |
URL Officiel | https://chrome.google.com/webstore/detail/one-click-downloader/fbhngehflnenfeefgjfkflhbjaaffgkd |
Description | Automatically save downloaded files to different folders based on their type or name. |
Taille du Fichier | 71.85 KB |
Nombre d'Installations | 2,875 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2015-03-29 |
Date de Publication | 2015-03-29 |
Évaluation | 3.00/5 Total 15 Évaluations |
Développeur | Till Haldimann |
Type de Paiement | free |
Langues Prises en Charge | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.2.3", "author": "Till Haldimann", "icons": { "128": "graphics\/128.png", "48": "graphics\/48.png", "16": "graphics\/16.png" }, "permissions": [ "downloads", "contextMenus", "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "scripts\/event.js" ], "persistent": false }, "options_page": "pages\/options.html" } |