AI Stylist

AI Stylist

AI Stylistとは何ですか?

AI StylistはAI Stylistによって開発されたChromeの拡張機能で、その主な機能は「AI Stylist」です。

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

screenshot
screenshot

AI Stylist拡張機能のCRXファイルをダウンロード

AI Stylist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AI Stylist Virtual Fitting Room is an AI-powered next-gen solution that is based on the largest proprietary data set of human full body 3D scans from 27 countries. 
You have an opportunity to try-on any product virtually simply by uploading your photo or using a photo of a pre-loaded avatar. Our GAN-based technology will then generate a realistic product fit visualisation on the uploaded photo that you can download if you need.

How it works:

Just open the context menu on the image with clothes you like, select "AI Stylist" and in the pop-up try-on clothes on the default avatar or create your own by uploading your photo.                    

拡張機能の基本情報

名前 AI Stylist AI Stylist
ID nbbobpgaadhhljllfjfplnljjldobjbg
公式URL https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg
説明 AI Stylist
ファイルサイズ 343 KB
インストール数 187
現在のバージョン 1.0.3
最終更新日 2023-01-24
公開日 2022-02-03
評価 4.50/5 合計 6 レビュー
開発者 AI Stylist
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://i-stylist.com/privacy/widget-privacy/index.html
プライバシーポリシーページのURL https://i-stylist.com/privacy/widget-privacy/index.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Stylist",
    "description": "AI Stylist",
    "version": "1.0.3",
    "icons": {
        "128": "src\/Dress-Me-01-128.png"
    },
    "action": {
        "default_icon": "src\/Dress-Me-01.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}