Ecosia Count Trees

Counts how many trees you have planted while using Ecosia.

Wat is Ecosia Count Trees?

Ecosia Count Trees is een Chrome-extensie ontwikkeld door nake89, en de belangrijkste functie is "Counts how many trees you have planted while using Ecosia.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ecosia Count Trees

Download Ecosia Count Trees-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Counts how many trees you have planted and how many searches left to plant next tree.                    

Basisinformatie over de Extensie

Naam Ecosia Count Trees Ecosia Count Trees
ID ahfaljmpjgbkmbldipgdldgiiimdphec
Officiële URL https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec
Beschrijving Counts how many trees you have planted while using Ecosia.
Bestandsgrootte 18.74 KB
Aantal Installaties 241
Huidige Versie 1.0
Laatst Bijgewerkt 2021-03-25
Publicatiedatum 2021-03-24
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar nake89
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nake89/ecosia-count-trees-chrome
Ondersteunde Talen 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"
            ]
        }
    ]
}