Save to Downloads
An easy way to save images to the Downloads folder.
Hvad er Save to Downloads?
Save to Downloads er en Chrome-udvidelse udviklet af Arhey, og dens hovedfunktion er "An easy way to save images to the Downloads folder.".
Udvidelsesskærmbilleder
Download Save to Downloads-udvidelses-CRX-fil
Download Save 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
It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ifpepkjeinhcffiikcoiohobillelmha |
Officiel URL | https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha |
Beskrivelse | An easy way to save images to the Downloads folder. |
Filstørrelse | 6.58 KB |
Antal Installationer | 227 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2019-09-27 |
Udgivelsesdato | 2019-09-26 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Arhey |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/freearhey/save-to-downloads |
Hjælpeside-URL | https://github.com/freearhey/save-to-downloads/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Downloads", "version": "0.1.2", "description": "An easy way to save images to the Downloads folder.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |