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
}