Smart Image Cleaner

AI powered background remover

Smart Image Cleanerとは何ですか?

Smart Image Cleanerはhttps://germanov.devによって開発されたChromeの拡張機能で、その主な機能は「AI powered background remover」です。

拡張機能のスクリーンショット

screenshot

Smart Image Cleaner拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    }
}