Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
Vad är Save Image to Downloads?
Save Image to Downloads är en Chrome-tillägg utvecklad av Urban Apps, och dess huvudfunktion är "Adds a right-click direct download item for images, like Safari.".
Tilläggsskärmbilder
Ladda ner Save Image to Downloads-förlängningens CRX-fil
Ladda ner Save Image to Downloads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
Officiell webbadress | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
Beskrivning | Adds a right-click direct download item for images, like Safari. |
Filstorlek | 21.46 KB |
Antal Installationer | 27,101 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2014-08-04 |
Publiceringsdatum | 2014-08-04 |
Betyg | 3.73/5 Totalt 238 Betyg |
Utvecklare | Urban Apps |
Betalningssätt | free |
Tilläggswebbplats | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
Stödda Språk | 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" ] } } |