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.”。

擴展截圖

screenshot
screenshot

下載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 Ecosia Count Trees
ID ahfaljmpjgbkmbldipgdldgiiimdphec
官方網址 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"
            ]
        }
    ]
}