Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Hvad er Image Convert and Download?
Image Convert and Download er en Chrome-udvidelse udviklet af haseebeqx, og dens hovedfunktion er "Allows to download svg and images and take screenshots in different formats".
Udvidelsesskærmbilleder
Download Image Convert and Download-udvidelses-CRX-fil
Download Image Convert and Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
Officiel URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
Beskrivelse | Allows to download svg and images and take screenshots in different formats |
Filstørrelse | 14.53 KB |
Antal Installationer | 45 |
Nuværende Version | 0.3 |
Senest Opdateret | 2020-12-31 |
Udgivelsesdato | 2020-12-20 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | haseebeqx |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/haseebeqx/image-converter-downloader-extension |
Hjælpeside-URL | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
Understøttede Sprog | 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 } |