Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
什麼是Save Image to Downloads?
Save Image to Downloads是由Urban Apps開發的Chrome擴展程式,該擴展的主要功能是“Adds a right-click direct download item for images, like Safari.”。
擴展截圖
下載Save Image to Downloads擴展crx文件
下載Save Image to Downloads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
官方網址 | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
簡介 | Adds a right-click direct download item for images, like Safari. |
檔案大小 | 21.46 KB |
安裝次數 | 27,101 |
目前版本 | 1.0.5 |
更新時間 | 2014-08-04 |
上架時間 | 2014-08-04 |
評分 | 3.73/5 共 238 次評分 |
開發者 | Urban Apps |
付費類型 | free |
擴展官網 | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
支援的語言 | 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" ] } } |