Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Wat is Image Convert and Download?
Image Convert and Download is een Chrome-extensie ontwikkeld door haseebeqx, en de belangrijkste functie is "Allows to download svg and images and take screenshots in different formats".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Convert and Download
Download Image Convert and Download-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 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.
Basisinformatie over de Extensie
Naam | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
Officiële URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
Beschrijving | Allows to download svg and images and take screenshots in different formats |
Bestandsgrootte | 14.53 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2020-12-31 |
Publicatiedatum | 2020-12-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | haseebeqx |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/haseebeqx/image-converter-downloader-extension |
Help Pagina-URL | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
Ondersteunde Talen | 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 } |