Ecosia Count Trees
Counts how many trees you have planted while using Ecosia.
Co to jest Ecosia Count Trees?
Ecosia Count Trees to rozszerzenie Chrome opracowane przez nake89, a jego główną funkcją jest „Counts how many trees you have planted while using Ecosia.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ecosia Count Trees
Pobierz pliki rozszerzeń Ecosia Count Trees w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Counts how many trees you have planted and how many searches left to plant next tree.
Podstawowe informacje o rozszerzeniu
Nazwa | Ecosia Count Trees |
ID | ahfaljmpjgbkmbldipgdldgiiimdphec |
Oficjalny URL | https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec |
Opis | Counts how many trees you have planted while using Ecosia. |
Rozmiar pliku | 18.74 KB |
Liczba instalacji | 241 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-03-25 |
Data Publikacji | 2021-03-24 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | nake89 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nake89/ecosia-count-trees-chrome |
Obsługiwane Języki | 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" ] } ] } |