Kindly

Your ethical shopping assistant

Hvad er Kindly?

Kindly er en Chrome-udvidelse udviklet af K. Luo, og dens hovedfunktion er "Your ethical shopping assistant".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Kindly-udvidelses-CRX-fil

Download Kindly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Kindly Kindly
ID oebmfddcdjcdmibkodimecfndhjciijj
Officiel URL https://chromewebstore.google.com/detail/kindly/oebmfddcdjcdmibkodimecfndhjciijj
Beskrivelse Your ethical shopping assistant
Filstørrelse 48.7 KB
Antal Installationer 35
Nuværende Version 0.0.0.4
Senest Opdateret 2018-07-27
Udgivelsesdato 2018-07-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler K. Luo
Betalingsmetode free
Understøttede Sprog 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
}