PhotoRoom Background Remover
Remove the background from an image using the photoroom background remover.
PhotoRoom Background Remover là gì?
PhotoRoom Background Remover là một tiện ích mở rộng Chrome được phát triển bởi PhotoRoom, và tính năng chính của nó là "Remove the background from an image using the photoroom background remover.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PhotoRoom Background Remover
Tải xuống các tệp mở rộng PhotoRoom Background Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Remove the background from any image online, simply right click and select "Remove Background". From there you can download the result, change the background color, or open the image in the PhotoRoom webapp. Note: This extension does not store any information. By right clicking on the image and selecting "remove background" you submit it directly to https://www.photoroom.com/tools/background-remover.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PhotoRoom Background Remover |
ID | lokegfgcnpdiambfeddkhgjhpbafbgnh |
URL Chính Thức | https://chromewebstore.google.com/detail/photoroom-background-remo/lokegfgcnpdiambfeddkhgjhpbafbgnh |
Mô tả | Remove the background from an image using the photoroom background remover. |
Kích Thước Tệp | 12.87 KB |
Số Lần Cài Đặt | 298 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-10-24 |
Ngày Phát Hành | 2023-10-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | PhotoRoom |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.photoroom.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PhotoRoom Background Remover", "description": "Remove the background from an image using the photoroom background remover.", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.photoroom.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.photoroom.com\/background-remover\/*" ], "js": [ "contentV3.js" ] } ], "icons": { "128": "icon128.png", "16": "icon16.png" } } |