Smart Image Cleaner
AI powered background remover
Smart Image Cleaner क्या है?
Smart Image Cleaner https://germanov.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI powered background remover"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Image Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |