Kindly

Your ethical shopping assistant

什麼是Kindly?

Kindly是由K. Luo開發的Chrome擴展程式,該擴展的主要功能是“Your ethical shopping assistant”。

擴展截圖

screenshot
screenshot

下載Kindly擴展crx文件

下載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
官方網址 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
}