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
官方網址 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"
            ]
        }
    ]
}