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
公式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
}