Ethical Product Alternatives

An ethical alternative product every time you open a new tab.

什麼是Ethical Product Alternatives?

Ethical Product Alternatives是由https://ethicalhq.com開發的Chrome擴展程式,該擴展的主要功能是“An ethical alternative product every time you open a new tab.”。

擴展截圖

screenshot
screenshot

下載Ethical Product Alternatives擴展crx文件

下載Ethical Product Alternatives擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Ethical Product Alternatives is a simple browser extension built to help you discover new, more ethical tools focused on privacy every time you open a new tab.

There are currently almost 400 curated tools that we recommend, and the list is constantly growing. If you want to suggest new tools, please contact us or fork to the code on Github.

Firefox version available here: https://addons.mozilla.org/en-GB/firefox/addon/ethical-product-alternatives/                    

擴展基本資訊

名稱 Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
官方網址 https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
簡介 An ethical alternative product every time you open a new tab.
檔案大小 42.63 KB
安裝次數 20
目前版本 1.0.7
更新時間 2021-02-12
上架時間 2021-01-21
開發者 https://ethicalhq.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ethicalhq.com/
說明頁面URL https://ethicalhq.com/contact
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "papaparse.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "An ethical alternative product every time you open a new tab.",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "ethicalhq.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "Ethical Product Alternatives",
    "permissions": [
        "storage"
    ],
    "version": "1.0.7"
}