Ethicli

To help you make ethical online shopping choices

Ethicliとは何ですか?

Ethicliはhttps://ethicli.comによって開発されたChromeの拡張機能で、その主な機能は「To help you make ethical online shopping choices」です。

拡張機能のスクリーンショット

screenshot
screenshot

Ethicli拡張機能のCRXファイルをダウンロード

Ethicli拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ethicli provides you with company ethics info and ethical product alternatives to make ethical shopping easier.

We want to change the world by bringing you greater consumer power! One of the best ways to vote for what you believe in is with your dollars. Many of us can feel lost when it comes to knowing how our purchases affect others downstream, and we're here to help!                    

拡張機能の基本情報

名前 Ethicli Ethicli
ID pkbciefpddgopoopoffffnnfobiofagl
公式URL https://chromewebstore.google.com/detail/ethicli/pkbciefpddgopoopoffffnnfobiofagl
説明 To help you make ethical online shopping choices
ファイルサイズ 850 KB
インストール数 138
現在のバージョン 0.6.15
最終更新日 2021-09-09
公開日 2021-09-09
評価 4.86/5 合計 7 レビュー
開発者 https://ethicli.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.ethicli.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethicli",
    "version": "0.6.15",
    "description": "To help you make ethical online shopping choices",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "views\/popupNotShop.html",
        "default_title": "Ethicli",
        "default_icon": {
            "16": "icons\/grey-16.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/ethicli-16.png",
        "32": "icons\/ethicli-32.png",
        "48": "icons\/ethicli-48.png",
        "128": "icons\/ethicli-128.png"
    },
    "options_ui": {
        "page": "views\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}