Ecosia Count Trees

Counts how many trees you have planted while using Ecosia.

ما هو Ecosia Count Trees؟

Ecosia Count Trees هو إضافة Chrome تم تطويرها بواسطة nake89، والميزة الرئيسية لها هي "Counts how many trees you have planted while using Ecosia.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ecosia Count Trees

قم بتنزيل ملفات الامتداد Ecosia Count Trees بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Ecosia Count Trees Ecosia Count Trees
ID ahfaljmpjgbkmbldipgdldgiiimdphec
عنوان URL الرسمي https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec
الوصف Counts how many trees you have planted while using Ecosia.
حجم الملف 18.74 KB
عدد التثبيتات 241
النسخة الحالية 1.0
آخر تحديث 2021-03-25
تاريخ النشر 2021-03-24
تقييم 3.67/5 مجموع تقييمات 3
المطور nake89
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/nake89/ecosia-count-trees-chrome
اللغات المدعومة 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"
            ]
        }
    ]
}