Kindly

Your ethical shopping assistant

Kindly란 무엇입니까?

Kindly은(는) K. Luo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your ethical shopping assistant"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kindly 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}