Kindly

Your ethical shopping assistant

Wat is Kindly?

Kindly is een Chrome-extensie ontwikkeld door K. Luo, en de belangrijkste functie is "Your ethical shopping assistant".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kindly

Download Kindly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Kindly is a Chrome extension that informs users, with a click of a button, whether the clothing site they're shopping on engages in unethical work practices (sweatshops, child labor, etc.) or not. Our goal is to promote sustainable, fair-trade shopping and increase transparency about ethical clothes manufacturing concerns. 

Built by: Kasey Luo, Binita Gupta, Allison Zheng, and Claudia Zeng                    

Basisinformatie over de Extensie

Naam Kindly Kindly
ID oebmfddcdjcdmibkodimecfndhjciijj
Officiële URL https://chromewebstore.google.com/detail/kindly/oebmfddcdjcdmibkodimecfndhjciijj
Beschrijving Your ethical shopping assistant
Bestandsgrootte 48.7 KB
Aantal Installaties 35
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2018-07-27
Publicatiedatum 2018-07-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar K. Luo
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindly",
    "version": "0.0.0.4",
    "description": "Your ethical shopping assistant",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logo.PNG",
            "32": "images\/Logo.PNG",
            "48": "images\/Logo.PNG",
            "128": "images\/Logo.PNG"
        }
    },
    "icons": {
        "16": "images\/Logo.PNG",
        "32": "images\/Logo.PNG",
        "48": "images\/Logo.PNG",
        "128": "images\/Logo.PNG"
    },
    "manifest_version": 2
}