Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
Vad är Save Image to Downloads?
Save Image to Downloads är en Chrome-tillägg utvecklad av posidron, och dess huvudfunktion är "Save images to the Download folder without the nagging 'Save As' dialog.".
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 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.
Grundläggande Information om Tillägg
Namn | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
Officiell webbadress | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
Beskrivning | Save images to the Download folder without the nagging 'Save As' dialog. |
Filstorlek | 21.79 KB |
Antal Installationer | 94 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-02-12 |
Publiceringsdatum | 2020-02-12 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | posidron |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |