Image Background Remover
Remove backgrounds of every image and makes it transparent.
Image Background Removerとは何ですか?
Image Background RemoverはXeri Media Crew | XMCによって開発されたChromeの拡張機能で、その主な機能は「Remove backgrounds of every image and makes it transparent.」です。
拡張機能のスクリーンショット
Image Background Remover拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |