Sustained Choice

Choose eco-friendly foods, easily.

Hvad er Sustained Choice?

Sustained Choice er en Chrome-udvidelse udviklet af Unimagined Limited, og dens hovedfunktion er "Choose eco-friendly foods, easily.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Sustained Choice-udvidelses-CRX-fil

Download Sustained Choice-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Sustained Choice Sustained Choice
ID oibegkiancklaccgdcbegappancdnfhp
Officiel URL https://chromewebstore.google.com/detail/sustained-choice/oibegkiancklaccgdcbegappancdnfhp
Beskrivelse Choose eco-friendly foods, easily.
Filstørrelse 1.68 MB
Antal Installationer 179
Nuværende Version 2022.4.25
Senest Opdateret 2022-04-26
Udgivelsesdato 2021-09-22
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Unimagined Limited
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.sustained.com
Hjælpeside-URL https://www.sustained.com/help
URL til Fortrolighedspolitik Side https://www.sustained.com/privacy-policy
Understøttede Sprog 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"
}