Ethical Shopper

Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices.

什么是Ethical Shopper?

Ethical Shopper是由bakar.tavadze开发的Chrome扩展程序,该扩展的主要功能是“Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Ethical Shopper扩展crx文件

下载Ethical Shopper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ethical Shopper uses The Good On You ethical brand rating system to provide information on more than a thousand brands regarding their social and environmental impact. Visit any brand's website and see how they stack up.

Shop responsibly. The change starts with you!                    

扩展基本信息

名称 Ethical Shopper Ethical Shopper
ID abghnoboebhghdhjhmfmdglnoankijph
官方URL https://chromewebstore.google.com/detail/ethical-shopper/abghnoboebhghdhjhmfmdglnoankijph
简介 Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices.
文件大小 1.65 MB
安装次数 241
当前版本 0.0.1
更新时间 2019-12-10
上架时间 2019-12-10
评分 5.00/5 共2次评分
开发者 bakar.tavadze
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethical Shopper",
    "version": "0.0.1",
    "description": "Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "declarativeContent"
    ],
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "json.txt",
        "fonts\/*.woff",
        "fonts\/*.woff2",
        "fonts\/*.ttf",
        "fonts\/*.otf",
        "images\/background.png"
    ],
    "manifest_version": 2
}