Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Что такое Image Convert and Download?
Image Convert and Download - это расширение Chrome, разработанное haseebeqx, и его основная функция - "Allows to download svg and images and take screenshots in different formats".
Снимки экрана расширения
Скачать файл CRX расширения Image Convert and Download
Скачайте файлы расширений Image Convert and Download в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
Официальный URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
Описание | Allows to download svg and images and take screenshots in different formats |
Размер файла | 14.53 KB |
Количество установок | 45 |
Текущая Версия | 0.3 |
Последнее Обновление | 2020-12-31 |
Дата публикации | 2020-12-20 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | haseebeqx |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/haseebeqx/image-converter-downloader-extension |
URL страницы помощи | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
Поддерживаемые языки | 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 } |