Sustained Choice

Choose eco-friendly foods, easily.

Sustained Choiceとは何ですか?

Sustained ChoiceはUnimagined Limitedによって開発されたChromeの拡張機能で、その主な機能は「Choose eco-friendly foods, easily.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Sustained Choice拡張機能のCRXファイルをダウンロード

Sustained Choice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.sustained.com
ヘルプページのURL https://www.sustained.com/help
プライバシーポリシーページのURL 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"
}