Image Background Remover
Remove backgrounds of every image and makes it transparent.
Что такое Image Background Remover?
Image Background Remover - это расширение Chrome, разработанное Xeri Media Crew | XMC, и его основная функция - "Remove backgrounds of every image and makes it transparent.".
Снимки экрана расширения
Скачать файл CRX расширения Image Background Remover
Скачайте файлы расширений Image Background Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Extension provides a free tool to remove the backgrounds of any image. The background is cutted away and turned into a transparent area. This is a full automated process, that means: simply upload a picture, press start, and the background gets removed by an AI.
Основная информация о расширении
Название | |
ID | nmcphaflpojaljeknnmfkiepidmlfhnb |
Официальный URL | https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb |
Описание | Remove backgrounds of every image and makes it transparent. |
Размер файла | 8.59 KB |
Количество установок | 2,000 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2021-08-03 |
Дата публикации | 2020-09-14 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | Xeri Media Crew | XMC |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.xeriflow.net/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Background Remover", "description": "Remove backgrounds of every image and makes it transparent.", "version": "1.0.2", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |