Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
什麼是Save Image to Downloads?
Save Image to Downloads是由posidron開發的Chrome擴展程式,該擴展的主要功能是“Save images to the Download folder without the nagging 'Save As' dialog.”。
擴展截圖
下載Save Image to Downloads擴展crx文件
下載Save Image to Downloads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.
擴展基本資訊
名稱 | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
官方網址 | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
簡介 | Save images to the Download folder without the nagging 'Save As' dialog. |
檔案大小 | 21.79 KB |
安裝次數 | 94 |
目前版本 | 1.0.1 |
更新時間 | 2020-02-12 |
上架時間 | 2020-02-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | posidron |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Christoph Diehl", "homepage_url": "https:\/\/github.com\/posidron", "background": { "scripts": [ "save.js" ] }, "permissions": [ "activeTab", "downloads", "contextMenus", "tabs" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |