Sustained Choice

Choose eco-friendly foods, easily.

什么是Sustained Choice?

Sustained Choice是由Unimagined Limited开发的Chrome扩展程序,该扩展的主要功能是“Choose eco-friendly foods, easily.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Sustained Choice扩展crx文件

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

扩展使用说明

                        Sustained Choice helps you see what the estimated environmental impact of your food is as you shop at Ocado, Sainsbury’s and Tesco.                    

扩展基本信息

名称 Sustained Choice Sustained Choice
ID oibegkiancklaccgdcbegappancdnfhp
官方URL https://chromewebstore.google.com/detail/sustained-choice/oibegkiancklaccgdcbegappancdnfhp
简介 Choose eco-friendly foods, easily.
文件大小 1.68 MB
安装次数 179
当前版本 2022.4.25
更新时间 2022-04-26
上架时间 2021-09-22
评分 5.00/5 共2次评分
开发者 Unimagined Limited
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.sustained.com
帮助页面URL https://www.sustained.com/help
隐私政策页面URL https://www.sustained.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sustained Choice",
    "description": "Choose eco-friendly foods, easily.",
    "manifest_version": 3,
    "permissions": [
        "background",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "sustained.js"
            ],
            "css": [
                "sustained.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "toolbar-popup.html",
        "default_icon": {
            "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"
        }
    },
    "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"
    },
    "version": "2022.4.25"
}