Image Convert and Download
Allows to download svg and images and take screenshots in different formats
What is Image Convert and Download?
Image Convert and Download is a Chrome extension developed by haseebeqx, and its main feature is "Allows to download svg and images and take screenshots in different formats".
Extension Screenshots
Download Image Convert and Download Extension CRX File
Download Image Convert and Download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
Official URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
Description | Allows to download svg and images and take screenshots in different formats |
File Size | 14.53 KB |
Installation Count | 45 |
Current Version | 0.3 |
Last Updated | 2020-12-31 |
Publish Date | 2020-12-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | haseebeqx |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/haseebeqx/image-converter-downloader-extension |
Help Page URL | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
Supported Languages | 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 } |