Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
Qu'est-ce que Save Image to Downloads ?
Save Image to Downloads est une extension Chrome développée par Urban Apps, et sa fonction principale est "Adds a right-click direct download item for images, like Safari.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save Image to Downloads
Téléchargez les fichiers d'extension Save Image 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
This simple extension adds a "Save Image to Downloads" right-click menu item to download an image directly to the "Downloads" folder. This is to avoid the annoyance of having to choose the directory to download every time you want to save an image off the web. Safari has this built in, and it was the first thing I missed when making the switch to Chrome.
Informations de Base sur l'Extension
Nom | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
URL Officiel | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
Description | Adds a right-click direct download item for images, like Safari. |
Taille du Fichier | 21.46 KB |
Nombre d'Installations | 27,101 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2014-08-04 |
Date de Publication | 2014-08-04 |
Évaluation | 3.73/5 Total 238 Évaluations |
Développeur | Urban Apps |
Type de Paiement | free |
Site Web de l'Extension | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Image to Downloads", "version": "1.0.5", "manifest_version": 2, "description": "Adds a right-click direct download item for images, like Safari.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "save_to_downloads.js" ] } } |