Kindly

Your ethical shopping assistant

ما هو Kindly؟

Kindly هو إضافة Chrome تم تطويرها بواسطة K. Luo، والميزة الرئيسية لها هي "Your ethical shopping assistant".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Kindly

قم بتنزيل ملفات الامتداد Kindly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Kindly Kindly
ID oebmfddcdjcdmibkodimecfndhjciijj
عنوان URL الرسمي https://chromewebstore.google.com/detail/kindly/oebmfddcdjcdmibkodimecfndhjciijj
الوصف Your ethical shopping assistant
حجم الملف 48.7 KB
عدد التثبيتات 35
النسخة الحالية 0.0.0.4
آخر تحديث 2018-07-27
تاريخ النشر 2018-07-26
تقييم 5.00/5 مجموع تقييمات 1
المطور K. Luo
نوع الدفع free
اللغات المدعومة 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
}