Ecosia Count Trees
Counts how many trees you have planted while using Ecosia.
Hvad er Ecosia Count Trees?
Ecosia Count Trees er en Chrome-udvidelse udviklet af nake89, og dens hovedfunktion er "Counts how many trees you have planted while using Ecosia.".
Udvidelsesskærmbilleder
Download Ecosia Count Trees-udvidelses-CRX-fil
Download Ecosia Count Trees-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Counts how many trees you have planted and how many searches left to plant next tree.
Grundlæggende oplysninger om udvidelsen
Navn | Ecosia Count Trees |
ID | ahfaljmpjgbkmbldipgdldgiiimdphec |
Officiel URL | https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec |
Beskrivelse | Counts how many trees you have planted while using Ecosia. |
Filstørrelse | 18.74 KB |
Antal Installationer | 241 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-03-25 |
Udgivelsesdato | 2021-03-24 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | nake89 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/nake89/ecosia-count-trees-chrome |
Understøttede Sprog | 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" ] } ] } |