Save to Downloads
An easy way to save images to the Downloads folder.
Wat is Save to Downloads?
Save to Downloads is een Chrome-extensie ontwikkeld door Arhey, en de belangrijkste functie is "An easy way to save images to the Downloads folder.".
Extensie Screenshots
Download het CRX-bestand van de extensie Save to Downloads
Download Save to Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.
Basisinformatie over de Extensie
Naam | |
ID | ifpepkjeinhcffiikcoiohobillelmha |
Officiële URL | https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha |
Beschrijving | An easy way to save images to the Downloads folder. |
Bestandsgrootte | 6.58 KB |
Aantal Installaties | 227 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2019-09-27 |
Publicatiedatum | 2019-09-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Arhey |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/freearhey/save-to-downloads |
Help Pagina-URL | https://github.com/freearhey/save-to-downloads/issues |
Ondersteunde Talen | 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" ] } } |