Ecosia Count Trees

Counts how many trees you have planted while using Ecosia.

Cos'è Ecosia Count Trees?

Ecosia Count Trees è un'estensione di Chrome sviluppata da nake89, e la sua funzione principale è "Counts how many trees you have planted while using Ecosia.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ecosia Count Trees

Scarica i file di estensione Ecosia Count Trees in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Ecosia Count Trees Ecosia Count Trees
ID ahfaljmpjgbkmbldipgdldgiiimdphec
URL Ufficiale https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec
Descrizione Counts how many trees you have planted while using Ecosia.
Dimensione del File 18.74 KB
Conteggio Installazioni 241
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-25
Data di Pubblicazione 2021-03-24
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore nake89
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nake89/ecosia-count-trees-chrome
Lingue Supportate 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"
            ]
        }
    ]
}