Ecosia Count Trees
Counts how many trees you have planted while using Ecosia.
什么是Ecosia Count Trees?
Ecosia Count Trees是由nake89开发的Chrome扩展程序,该扩展的主要功能是“Counts how many trees you have planted while using Ecosia.”。
扩展截图
下载Ecosia Count Trees扩展crx文件
下载Ecosia Count Trees扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Counts how many trees you have planted and how many searches left to plant next tree.
扩展基本信息
名称 | Ecosia Count Trees |
ID | ahfaljmpjgbkmbldipgdldgiiimdphec |
官方URL | https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec |
简介 | Counts how many trees you have planted while using Ecosia. |
文件大小 | 18.74 KB |
安装次数 | 241 |
当前版本 | 1.0 |
更新时间 | 2021-03-25 |
上架时间 | 2021-03-24 |
评分 | 3.67/5 共3次评分 |
开发者 | nake89 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/nake89/ecosia-count-trees-chrome |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ecosia Count Trees", "version": "1.0", "description": "Counts how many trees you have planted while using Ecosia.", "icons": { "16": "\/icons\/ecosia16.png", "32": "\/icons\/ecosia32.png", "48": "\/icons\/ecosia48.png", "128": "\/icons\/ecosia128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ecosia.org\/*" ], "js": [ "ecosia_trees.js" ] } ] } |