Green Tree Search

Every time you search, you help plant trees.

ما هو Green Tree Search؟

Green Tree Search هو إضافة Chrome تم تطويرها بواسطة https://greentreesearch.com، والميزة الرئيسية لها هي "Every time you search, you help plant trees.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Green Tree Search

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

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

                        🌳 Why Trees? 🌳

Because Trees can reverse climate change! 

Too much carbon in the air creates global warming, but trees take that carbon and store it in the soil (which actually makes the soil richer too!).

So if we plant enough trees, we can actually reverse the effects of climate change.

That's why we've partnered with OneTreePlanted.org to grow trees right here in the US. 

Every $1 earned = 1 tree planted!


❓How Does It Work❓

Just click the “Add To Chrome” button in the upper right corner. 

We’ll switch your default chrome tab to use GreenTreeSearch new tab (powered by Yahoo!), and with each new search on the new tab, you'll be helping to plant trees! It’s 100% free to install and use. 

We take any advertising profits that we earn from Yahoo's advertisers and split them with our partner, OneTreePlanted.org. 

If you try it and you don't like it, you can remove it at any time by typing "chrome://extensions/" into your search bar.


🔑 What about Privacy? 🔑

We do not track you. 

In fact, we specifically don’t want a single bit of personal information. We just need to take your search query, encrypt it and send it to Yahoo! to get your search results.


🌱 So How Do I Start Growing Trees Today? 🌱

Just click the “Add To Chrome” button! 

Give it a try, add this extension and know that every search is helping to change the world. If you don't like it, you can remove it at any time! 


🙋‍♀️ I Still Have Questions 🙋‍♀️

Please feel free to reach out anytime: [email protected]. Or reach out to us on facebook.com/GreenTreeSearch.                    

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

الاسم Green Tree Search Green Tree Search
ID adefooogapgdjcoaojiikbldffcceali
عنوان URL الرسمي https://chromewebstore.google.com/detail/green-tree-search/adefooogapgdjcoaojiikbldffcceali
الوصف Every time you search, you help plant trees.
حجم الملف 105 KB
عدد التثبيتات 2,311
النسخة الحالية 1.7
آخر تحديث 2023-11-26
تاريخ النشر 2022-03-20
تقييم 4.50/5 مجموع تقييمات 4
المطور https://greentreesearch.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.GreenTreeSearch.com/home
عنوان صفحة المساعدة https://www.GreenTreeSearch.com/home
عنوان صفحة سياسة الخصوصية https://www.greentreesearch.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "public\/favicons\/favicon.png",
            "48": "public\/favicons\/favicon-48x48.png",
            "128": "public\/favicons\/favicon-128x128.png"
        }
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.greentreesearch.com\/search"
    },
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "src\/ext_content.js"
            ],
            "matches": [
                "*:\/\/www.greentreesearch.com\/*",
                "*:\/\/search.yahoo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Every time you search, you help plant trees. ",
    "host_permissions": [
        "*:\/\/*.greentreesearch.com\/"
    ],
    "icons": {
        "128": "public\/favicons\/favicon-128x128.png",
        "16": "public\/favicons\/favicon.png",
        "192": "public\/favicons\/favicon-192x192.png",
        "32": "public\/favicons\/favicon-32x32.png",
        "48": "public\/favicons\/favicon-48x48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAumBg1JRUdWczOiEl7+fRZ002BGNE6rxe0t4RQ7HFve6gr2vjSyQmQ\/5ow+c5iStb\/GPnQRtOHSy+N6ETyET\/sNVyPIptHJbGvUe1L+LSZ02itwWFXF2jLPhEB\/2Baaidd3vim3okNuLK+sYVcZfTlly1n4whZ82N0M7cQ5WwIXuQ\/xTw6JGqOa0GmnNEUeciWaT2VgVWDNdsUEgO99CVuGCFQ1Ei+6SOOsYEz6zHf05An2hhK1+4Bd03iINpGZt4J0ojDgsj2AYTS3i7ignUIL77DVZSdsrQDSWigdw0hK6Qhbz6wQAMU49oGEJfuFiIrGM4yRHJ1F6\/Ox0VDr1o+QIDAQAB",
    "manifest_version": 3,
    "name": "Green Tree Search",
    "permissions": [
        "topSites"
    ],
    "short_name": "green-tree-search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7"
}