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
公式URL 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
Eメール [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"
}