Save image to Downloads
Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder.
Wat is Save image to Downloads?
Save image to Downloads is een Chrome-extensie ontwikkeld door Utku Okutan, en de belangrijkste functie is "Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder.".
Extensie Screenshots
Download het CRX-bestand van de extensie Save image to Downloads
Download Save image 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
Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder on Mac.
Basisinformatie over de Extensie
Naam | |
ID | mjkfciknjknelakaojcjmenfmfjldabb |
Officiële URL | https://chrome.google.com/webstore/detail/save-image-to-downloads/mjkfciknjknelakaojcjmenfmfjldabb |
Beschrijving | Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder. |
Bestandsgrootte | 6.89 KB |
Aantal Installaties | 250 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-10-20 |
Publicatiedatum | 2019-10-20 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Utku Okutan |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save image to Downloads", "description": "Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder.", "version": "1.0", "permissions": [ "contextMenus", "downloads" ], "background": { "persistent": false, "scripts": [ "main.js" ] }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" } } |