Ethical Product Alternatives
An ethical alternative product every time you open a new tab.
O que é Ethical Product Alternatives?
Ethical Product Alternatives é uma extensão do Chrome desenvolvida por https://ethicalhq.com, e sua principal característica é "An ethical alternative product every time you open a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ethical Product Alternatives
Baixe arquivos de extensão Ethical Product Alternatives no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Ethical Product Alternatives |
ID | eabankpaegapghbcmaghhonhlnnagbnl |
URL Oficial | https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl |
Descrição | An ethical alternative product every time you open a new tab. |
Tamanho do Arquivo | 42.63 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0.7 |
Última Atualização | 2021-02-12 |
Data de Publicação | 2021-01-21 |
Desenvolvedor | https://ethicalhq.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ethicalhq.com/ |
URL da Página de Ajuda | https://ethicalhq.com/contact |
Idiomas Suportados | 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" } |