Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Vad är Image Convert and Download?
Image Convert and Download är en Chrome-tillägg utvecklad av haseebeqx, och dess huvudfunktion är "Allows to download svg and images and take screenshots in different formats".
Tilläggsskärmbilder
Ladda ner Image Convert and Download-förlängningens CRX-fil
Ladda ner Image Convert and Download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
Officiell webbadress | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
Beskrivning | Allows to download svg and images and take screenshots in different formats |
Filstorlek | 14.53 KB |
Antal Installationer | 45 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2020-12-31 |
Publiceringsdatum | 2020-12-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | haseebeqx |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/haseebeqx/image-converter-downloader-extension |
Hjälpsida URL | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
Stödda Språk | 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 } |