Sustained Choice

Choose eco-friendly foods, easily.

ما هو Sustained Choice؟

Sustained Choice هو إضافة Chrome تم تطويرها بواسطة Unimagined Limited، والميزة الرئيسية لها هي "Choose eco-friendly foods, easily.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sustained Choice

قم بتنزيل ملفات الامتداد Sustained Choice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.sustained.com/help
عنوان صفحة سياسة الخصوصية 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"
}