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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bakar.tavadze และคุณลักษณะหลักของมันคือ "Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethical Shopper

ดาวน์โหลดไฟล์ส่วนขยาย 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
}