Ecosia - The search engine that plants trees

This extension sets your search engine to Ecosia and customizes your new tab page so you can plant trees with every search.

Ecosia - The search engine that plants treesคืออะไร?

Ecosia - The search engine that plants trees เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ecosia.org และคุณลักษณะหลักของมันคือ "This extension sets your search engine to Ecosia and customizes your new tab page so you can plant trees with every search."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ecosia - The search engine that plants trees

ดาวน์โหลดไฟล์ส่วนขยาย Ecosia - The search engine that plants trees ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Get Ecosia to plant trees and be climate active every day. Like other search engines, we make money through ads, but we use 100% of our profits for the planet. The Ecosia community has already planted 150 million trees in over 35 countries.

Plant trees with your searches and be climate active every day — Ecosia users are  tackling climate change, protecting wildlife, and collaborating with local communities around the world, planting the right trees in the right places.

Protect your privacy — We don’t create a profile of you, never sell your data to advertisers, and your searches are always SSL-encrypted. We want trees, not your data.

Become climate positive — Not only do the trees we plant absorb CO2, we also have our own solar plants. They don't just produce enough renewable energy to power all your searches, but twice as much! This means more renewables (and fewer fossil fuels) in the electricity grid.

Radical transparency — Our monthly financial reports disclose all of our projects so you can see exactly what we spend money on. We’re a not-for-profit tech company that dedicates 100% of its profits to climate action. 

Get Ecosia today and be climate active every day.

----------------------------------------------------------------------------------------------------------------

Website: https://ecosia.org
Our blog: https://blog.ecosia.org/
Facebook: https://www.facebook.com/ecosia
Instagram: https://www.instagram.com/ecosia
Twitter: https://twitter.com/ecosia
YouTube: https://www.youtube.com/user/EcosiaORG
TikTok: https://www.tiktok.com/@ecosia                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ecosia - The search engine that plants trees Ecosia - The search engine that plants trees
ID eedlgdlajadkbbjoobobefphmfkcchfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ecosia-the-search-engine/eedlgdlajadkbbjoobobefphmfkcchfk
คำอธิบาย This extension sets your search engine to Ecosia and customizes your new tab page so you can plant trees with every search.
ขนาดไฟล์ 29.99 KB
จำนวนการติดตั้ง 2,140,514
เวอร์ชันปัจจุบัน 6.0.2
อัปเดตครั้งล่าสุด 2023-06-07
วันที่เผยแพร่ 2020-06-22
คะแนน 4.71/5 รวมทั้งหมด 2375 คะแนน
ผู้พัฒนา https://ecosia.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ecosia.org
URL หน้าช่วยเหลือ https://info.ecosia.org/about
URL หน้านโยบายความเป็นส่วนตัว https://info.ecosia.org/privacy
ภาษาที่รองรับ de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_store_title_new__",
    "description": "__MSG_store_shortdesc_new__",
    "version": "6.0.2",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.ecosia.org",
    "icons": {
        "16": "img\/favicon16.png",
        "32": "img\/favicon32.png",
        "48": "img\/logo_square_transparent48.png",
        "128": "img\/logo_square_transparent128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "__MSG_browser_action_hover__",
        "default_icon": "img\/icon19.png",
        "browser_style": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ecosia.org\/*"
            ],
            "js": [
                "funnel.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Ecosia",
            "keyword": "ecosia.org",
            "search_url": "https:\/\/www.ecosia.org\/search?q={searchTerms}&addon=chrome&addonversion=6.0.2&method=topbar",
            "favicon_url": "https:\/\/cdn-static.ecosia.org\/static\/icons\/favicon.ico",
            "suggest_url": "https:\/\/ac.ecosia.org\/?q={searchTerms}&type=list&mkt=__MSG_@@ui_locale__",
            "encoding": "UTF-8",
            "is_default": true,
            "prepopulated_id": 101
        }
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.ecosia.org\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ecosia.org\/*"
        ]
    }
}