Kindly

Your ethical shopping assistant

Qu'est-ce que Kindly ?

Kindly est une extension Chrome développée par K. Luo, et sa fonction principale est "Your ethical shopping assistant".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kindly

Téléchargez les fichiers d'extension Kindly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kindly Kindly
ID oebmfddcdjcdmibkodimecfndhjciijj
URL Officiel https://chromewebstore.google.com/detail/kindly/oebmfddcdjcdmibkodimecfndhjciijj
Description Your ethical shopping assistant
Taille du Fichier 48.7 KB
Nombre d'Installations 35
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2018-07-27
Date de Publication 2018-07-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur K. Luo
Type de Paiement free
Langues Prises en Charge 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
}