EcoAssist
Changes new tab window to one with environmental information and tips
O que é EcoAssist?
EcoAssist é uma extensão do Chrome desenvolvida por EcoAssist Team, e sua principal característica é "Changes new tab window to one with environmental information and tips".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EcoAssist
Baixe arquivos de extensão EcoAssist 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
EcoAssist will modify your new tab page to give you important information about the environment and small ways to help solve the current environmental crisis. We’re still in the beta phase so don’t be shy and reach out to us with any feedback! You can find us at [email protected] or through the support page on our website: https://ecoassistextension.wixsite.com/launch/support
Informações Básicas da Extensão
Nome | EcoAssist |
ID | cgjfebkepajcbdimffmijgccmaghlbec |
URL Oficial | https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec |
Descrição | Changes new tab window to one with environmental information and tips |
Tamanho do Arquivo | 34.91 MB |
Contagem de Instalações | 33 |
Versão Atual | 0.2.2 |
Última Atualização | 2021-03-03 |
Data de Publicação | 2021-03-02 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | EcoAssist Team |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ecoassistextension.wixsite.com/launch |
URL da Página de Ajuda | https://ecoassistextension.wixsite.com/launch/support |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EcoAssist", "version": "0.2.2", "description": "Changes new tab window to one with environmental information and tips", "manifest_version": 2, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "EcoAssist icon (version 2, attempt 4).png", "32": "EcoAssist icon (version 2, attempt 4).png", "48": "EcoAssist icon (version 2, attempt 4).png", "128": "EcoAssist icon (version 2, attempt 4).png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |