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
官方網址 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
電子郵箱 [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
}