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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}