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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}