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