Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
Wat is Save Image to Downloads?
Save Image to Downloads is een Chrome-extensie ontwikkeld door posidron, en de belangrijkste functie is "Save images to the Download folder without the nagging 'Save As' dialog.".
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
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. Basisinformatie over de Extensie
| Naam | |
| ID | bpgoliohmhlcfconjgecnkobjengecpk |
| Officiële URL | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
| Beschrijving | Save images to the Download folder without the nagging 'Save As' dialog. |
| Bestandsgrootte | 21.79 KB |
| Aantal Installaties | 94 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2020-02-12 |
| Publicatiedatum | 2020-02-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | posidron |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |