Smart Image Cleaner
AI powered background remover
Smart Image Cleanerคืออะไร?
Smart Image Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://germanov.dev และคุณลักษณะหลักของมันคือ "AI powered background remover"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Image Cleaner
ดาวน์โหลดไฟล์ส่วนขยาย Smart Image Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Smart Image Cleaner Chrome extension is an AI powered background remover. Using this extension, you can easily remove background from any image on a web page. Just do a right mouse click on the image, that you want to clean from background and select "Remove background" from context menu. Then you can save the image without background to your local disk.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smart Image Cleaner |
ID | aniodbjjielbjjldpcddijnolmekgiei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smart-image-cleaner/aniodbjjielbjjldpcddijnolmekgiei |
คำอธิบาย | AI powered background remover |
ขนาดไฟล์ | 31.3 KB |
จำนวนการติดตั้ง | 179 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2023-04-05 |
วันที่เผยแพร่ | 2023-04-05 |
ผู้พัฒนา | https://germanov.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://icleaner.germanov.dev |
URL หน้าช่วยเหลือ | https://germanov.dev/contacts |
URL หน้านโยบายความเป็นส่วนตัว | https://germanov.dev/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Image Cleaner", "description": "AI powered background remover", "version": "1.2", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |