Save to Downloads
An easy way to save images to the Downloads folder.
Qu'est-ce que Save to Downloads ?
Save to Downloads est une extension Chrome développée par Arhey, et sa fonction principale est "An easy way to save images to the Downloads folder.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save to Downloads
Téléchargez les fichiers d'extension Save to Downloads 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
It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.
Informations de Base sur l'Extension
Nom | |
ID | ifpepkjeinhcffiikcoiohobillelmha |
URL Officiel | https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha |
Description | An easy way to save images to the Downloads folder. |
Taille du Fichier | 6.58 KB |
Nombre d'Installations | 227 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2019-09-27 |
Date de Publication | 2019-09-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Arhey |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/freearhey/save-to-downloads |
URL de la Page d'Aide | https://github.com/freearhey/save-to-downloads/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Downloads", "version": "0.1.2", "description": "An easy way to save images to the Downloads folder.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |