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
官方網址 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
電子郵箱 [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"
    }
}