EcoAssist
Changes new tab window to one with environmental information and tips
什么是EcoAssist?
EcoAssist是由EcoAssist Team开发的Chrome扩展程序,该扩展的主要功能是“Changes new tab window to one with environmental information and tips”。
扩展截图
下载EcoAssist扩展crx文件
下载EcoAssist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | EcoAssist |
ID | cgjfebkepajcbdimffmijgccmaghlbec |
官方URL | https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec |
简介 | Changes new tab window to one with environmental information and tips |
文件大小 | 34.91 MB |
安装次数 | 33 |
当前版本 | 0.2.2 |
更新时间 | 2021-03-03 |
上架时间 | 2021-03-02 |
评分 | 5.00/5 共7次评分 |
开发者 | EcoAssist Team |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ecoassistextension.wixsite.com/launch |
帮助页面URL | https://ecoassistextension.wixsite.com/launch/support |
支持的语言 | 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'" } |