Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
Wat is Save Image to Downloads?
Save Image to Downloads is een Chrome-extensie ontwikkeld door Urban Apps, en de belangrijkste functie is "Adds a right-click direct download item for images, like Safari.".
Extensie Screenshots
Download het CRX-bestand van de extensie Save Image to Downloads
Download Save Image to Downloads-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 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.
Basisinformatie over de Extensie
Naam | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
Officiële URL | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
Beschrijving | Adds a right-click direct download item for images, like Safari. |
Bestandsgrootte | 21.46 KB |
Aantal Installaties | 27,101 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2014-08-04 |
Publicatiedatum | 2014-08-04 |
Beoordeling | 3.73/5 Totaal 238 Beoordelingen |
Ontwikkelaar | Urban Apps |
Betalingswijze | free |
Extensiewebsite | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
Ondersteunde Talen | 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" ] } } |