Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Was ist Image Convert and Download?
Image Convert and Download ist eine Chrome-Erweiterung, die von haseebeqx entwickelt wurde, und ihr Hauptmerkmal ist "Allows to download svg and images and take screenshots in different formats".
Erweiterungsscreenshots
Image Convert and Download-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image Convert and Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension creates a context menu to download any images including favicon or take a page screenshot in JPEG or PNG format. It works with any image format supported by chrome including svg. It also allows to copy any image as data urls.
Grundlegende Informationen zur Erweiterung
Name | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
Offizielle URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
Beschreibung | Allows to download svg and images and take screenshots in different formats |
Dateigröße | 14.53 KB |
Installationsanzahl | 45 |
Aktuelle Version | 0.3 |
Letztes Update | 2020-12-31 |
Veröffentlichungsdatum | 2020-12-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | haseebeqx |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/haseebeqx/image-converter-downloader-extension |
Hilfeseite URL | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Convert and Download", "version": "0.3", "description": "Allows to download svg and images and take screenshots in different formats", "permissions": [ "contextMenus", "downloads", "activeTab" ], "background": { "scripts": [ "contextMenu.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |