Sustained Choice

Choose eco-friendly foods, easily.

Wat is Sustained Choice?

Sustained Choice is een Chrome-extensie ontwikkeld door Unimagined Limited, en de belangrijkste functie is "Choose eco-friendly foods, easily.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sustained Choice

Download Sustained Choice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sustained Choice Sustained Choice
ID oibegkiancklaccgdcbegappancdnfhp
Officiële URL https://chromewebstore.google.com/detail/sustained-choice/oibegkiancklaccgdcbegappancdnfhp
Beschrijving Choose eco-friendly foods, easily.
Bestandsgrootte 1.68 MB
Aantal Installaties 179
Huidige Versie 2022.4.25
Laatst Bijgewerkt 2022-04-26
Publicatiedatum 2021-09-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unimagined Limited
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.sustained.com
Help Pagina-URL https://www.sustained.com/help
URL van de Privacybeleid Pagina https://www.sustained.com/privacy-policy
Ondersteunde Talen 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"
}