Sustained Choice × SALIENT

Choose eco-friendly foods, easily.

Sustained Choice × SALIENTとは何ですか?

Sustained Choice × SALIENTはUnimagined Limitedによって開発されたChromeの拡張機能で、その主な機能は「Choose eco-friendly foods, easily.」です。

拡張機能のスクリーンショット

screenshot

Sustained Choice × SALIENT拡張機能のCRXファイルをダウンロード

Sustained Choice × SALIENT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Sustained Choice × SALIENT is a browser extension crafted to enhance your online grocery shopping experience on the Tesco website. By seamlessly overlaying environmental scores onto the products you browse, the plugin will empower you to effortlessly make more sustainable choices with a single click. Discover the true impact of the food you buy as you delve into a world of informative insights and comprehensive data, allowing you to become a conscious consumer and contribute to a greener future. Contribute to the research on consumer purchasing behaviour by downloading this plugin now.                    

拡張機能の基本情報

名前 Sustained Choice × SALIENT Sustained Choice × SALIENT
ID khnfhmfjinkcecdibcpfjeaocmpejmin
公式URL https://chromewebstore.google.com/detail/sustained-choice-%C3%97-salien/khnfhmfjinkcecdibcpfjeaocmpejmin
説明 Choose eco-friendly foods, easily.
ファイルサイズ 334 KB
インストール数 49
現在のバージョン 10
最終更新日 2024-02-21
公開日 2023-08-24
開発者 Unimagined Limited
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sustained.com
ヘルプページのURL https://sustained.com
プライバシーポリシーページのURL https://www.sustained.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sustained Choice \u00d7 SALIENT",
    "description": "Choose eco-friendly foods, easily.",
    "manifest_version": 3,
    "version": "10",
    "permissions": [
        "background",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "salient.js"
            ],
            "css": [
                "salient.css"
            ],
            "matches": [
                "https:\/\/*.tesco.com\/*",
                "https:\/\/*.sustained.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    }
}