Sustained Choice

Choose eco-friendly foods, easily.

Vad är Sustained Choice?

Sustained Choice är en Chrome-tillägg utvecklad av Unimagined Limited, och dess huvudfunktion är "Choose eco-friendly foods, easily.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Sustained Choice-förlängningens CRX-fil

Ladda ner Sustained Choice-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sustained Choice Sustained Choice
ID oibegkiancklaccgdcbegappancdnfhp
Officiell webbadress https://chromewebstore.google.com/detail/sustained-choice/oibegkiancklaccgdcbegappancdnfhp
Beskrivning Choose eco-friendly foods, easily.
Filstorlek 1.68 MB
Antal Installationer 179
Aktuell Version 2022.4.25
Senast Uppdaterad 2022-04-26
Publiceringsdatum 2021-09-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unimagined Limited
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.sustained.com
Hjälpsida URL https://www.sustained.com/help
URL till Sekretesspolicy Sidan https://www.sustained.com/privacy-policy
Stödda Språk 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"
}