Sustained Choice

Choose eco-friendly foods, easily.

Sustained Choice là gì?

Sustained Choice là một tiện ích mở rộng Chrome được phát triển bởi Unimagined Limited, và tính năng chính của nó là "Choose eco-friendly foods, easily.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sustained Choice

Tải xuống các tệp mở rộng Sustained Choice dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sustained Choice Sustained Choice
ID oibegkiancklaccgdcbegappancdnfhp
URL Chính Thức https://chromewebstore.google.com/detail/sustained-choice/oibegkiancklaccgdcbegappancdnfhp
Mô tả Choose eco-friendly foods, easily.
Kích Thước Tệp 1.68 MB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 2022.4.25
Cập Nhật Lần Cuối 2022-04-26
Ngày Phát Hành 2021-09-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unimagined Limited
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sustained.com
URL Trang Trợ Giúp https://www.sustained.com/help
URL Trang Chính Sách Bảo Mật https://www.sustained.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}