Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
Apa itu Save Image to Downloads?
Save Image to Downloads adalah ekstensi Chrome yang dikembangkan oleh Urban Apps, dan fitur utamanya adalah "Adds a right-click direct download item for images, like Safari.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save Image to Downloads
Unduh file ekstensi Save Image to Downloads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
URL Resmi | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
Deskripsi | Adds a right-click direct download item for images, like Safari. |
Ukuran File | 21.46 KB |
Jumlah Instalasi | 27,101 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2014-08-04 |
Tanggal Publikasi | 2014-08-04 |
Penilaian | 3.73/5 Total 238 Penilaian |
Pengembang | Urban Apps |
Tipe Pembayaran | free |
Situs Ekstensi | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
Bahasa yang Didukung | 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" ] } } |