Kindly

Your ethical shopping assistant

Kindlyคืออะไร?

Kindly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย K. Luo และคุณลักษณะหลักของมันคือ "Your ethical shopping assistant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kindly

ดาวน์โหลดไฟล์ส่วนขยาย Kindly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}