Clearify

Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.

什么是Clearify?

Clearify是由tianaly342开发的Chrome扩展程序,该扩展的主要功能是“Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.”。

扩展截图

screenshot

下载Clearify扩展crx文件

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

扩展使用说明

                        Clearify is a cosmetic shopping browser extension that (1) scans a product’s ingredients list as you shop and (2) checks if a cosmetic is safe for your skin, e.g. silicone-free, alcohol-free, or FA-safe (fungal acne-safe), using the community-trusted EWG Skin Deep Database.

Conveniently tooled as a browser extension, Clearify makes cosmetic analysis easy while you shop for skincare or makeup.

No extra tabs. No extra stress.                    

扩展基本信息

名称 Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
官方URL https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
简介 Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
文件大小 1 MB
安装次数 57
当前版本 1.0
更新时间 2023-12-21
上架时间 2023-12-20
评分 5.00/5 共11次评分
开发者 tianaly342
电子邮箱 [email protected]
付费类型 free
扩展官网 https://clearify.framer.website/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clearify",
    "version": "1.0",
    "description": "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/clearify_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}