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
}