Ecosia Count Trees

Counts how many trees you have planted while using Ecosia.

Vad är Ecosia Count Trees?

Ecosia Count Trees är en Chrome-tillägg utvecklad av nake89, och dess huvudfunktion är "Counts how many trees you have planted while using Ecosia.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ecosia Count Trees-förlängningens CRX-fil

Ladda ner Ecosia Count Trees-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Ecosia Count Trees Ecosia Count Trees
ID ahfaljmpjgbkmbldipgdldgiiimdphec
Officiell webbadress https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec
Beskrivning Counts how many trees you have planted while using Ecosia.
Filstorlek 18.74 KB
Antal Installationer 241
Aktuell Version 1.0
Senast Uppdaterad 2021-03-25
Publiceringsdatum 2021-03-24
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare nake89
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/nake89/ecosia-count-trees-chrome
Stödda Språk 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"
            ]
        }
    ]
}