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
Eメール [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"
            ]
        }
    ]
}