OpenWardrobe

Save fashion items instantly to your digital wardrobe or wishlist.

什么是OpenWardrobe?

OpenWardrobe是由https://openwardrobe.co开发的Chrome扩展程序,该扩展的主要功能是“Save fashion items instantly to your digital wardrobe or wishlist.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载OpenWardrobe扩展crx文件

下载OpenWardrobe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Save your favorite fashion items to your digital wardrobe!

It’s easier than ever to be mindful when shopping for clothes. With just a few clicks, you can keep track of the clothes you’re considering purchasing from multiple stores in one place! Compare them, create outfit combinations, and make better decisions. Or create a wishlist for yourself and share it with your friends and family for easier gift giving!

To get started, just log in or sign up for a free account.                    

扩展基本信息

名称 OpenWardrobe OpenWardrobe
ID jeibidfaelmiiioohfplflcpnelgipei
官方URL https://chromewebstore.google.com/detail/openwardrobe/jeibidfaelmiiioohfplflcpnelgipei
简介 Save fashion items instantly to your digital wardrobe or wishlist.
文件大小 1.07 MB
安装次数 2,303
当前版本 4.1.3
更新时间 2024-02-18
上架时间 2022-11-11
评分 3.40/5 共10次评分
开发者 https://openwardrobe.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.openwardrobe.co
帮助页面URL https://www.openwardrobe.co
隐私政策页面URL https://www.openwardrobe.co/company/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1.3",
    "name": "OpenWardrobe",
    "description": "Save fashion items instantly to your digital wardrobe or wishlist.",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.bdc8b434.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.3733a801.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public_html\/app-download.html",
                "public_html\/index.html",
                "public_html\/login.html",
                "public_html\/store-list.html",
                "icons\/icon-128.png",
                "icons\/icon-16.png",
                "icons\/icon-48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-48.png"
    }
}