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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } |