Kindly

Your ethical shopping assistant

Kindly là gì?

Kindly là một tiện ích mở rộng Chrome được phát triển bởi K. Luo, và tính năng chính của nó là "Your ethical shopping assistant".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kindly

Tải xuống các tệp mở rộng Kindly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kindly Kindly
ID oebmfddcdjcdmibkodimecfndhjciijj
URL Chính Thức https://chromewebstore.google.com/detail/kindly/oebmfddcdjcdmibkodimecfndhjciijj
Mô tả Your ethical shopping assistant
Kích Thước Tệp 48.7 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2018-07-27
Ngày Phát Hành 2018-07-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển K. Luo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}