Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
Hvad er Save Image to Downloads?
Save Image to Downloads er en Chrome-udvidelse udviklet af posidron, og dens hovedfunktion er "Save images to the Download folder without the nagging 'Save As' dialog.".
Udvidelsesskærmbilleder
Download Save Image to Downloads-udvidelses-CRX-fil
Download Save Image to Downloads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
Officiel URL | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
Beskrivelse | Save images to the Download folder without the nagging 'Save As' dialog. |
Filstørrelse | 21.79 KB |
Antal Installationer | 94 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2020-02-12 |
Udgivelsesdato | 2020-02-12 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | posidron |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |