Green Tree Search

Every time you search, you help plant trees.

Green Tree Searchคืออะไร?

Green Tree Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.greentreesearch.com และคุณลักษณะหลักของมันคือ "Every time you search, you help plant trees."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Green Tree Search

ดาวน์โหลดไฟล์ส่วนขยาย Green Tree Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        🌳 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 search tab to use GreenTreeSearch.com (powered by Bing!), and with each new search, you'll be helping to plant trees! It’s 100% free to install and use.

We take any advertising profits that we earn from Bing'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 Bing! 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 cpipffohfdjicnolndjodfgckhpgjoid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/green-tree-search/cpipffohfdjicnolndjodfgckhpgjoid
คำอธิบาย Every time you search, you help plant trees.
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 728
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-09-20
วันที่เผยแพร่ 2023-09-20
ผู้พัฒนา https://www.greentreesearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.GreenTreeSearch.com/home
URL หน้าช่วยเหลือ https://www.GreenTreeSearch.com/home
URL หน้านโยบายความเป็นส่วนตัว 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": {
        "search_provider": {
            "alternate_urls": [
                "https:\/\/www.greentreesearch.com\/r?nmSearchSource=bing&extv=bingomnionly&p={searchTerms}",
                "https:\/\/www.greentreesearch.com\/r?nmSearchSource=bing&extv=bingomnionly&p={searchTerms}"
            ],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.greentreesearch.com\/favicons\/favicon.png",
            "image_url": "https:\/\/www.greentreesearch.com\/r?nmSearchSource=bing&extv=bingomnionly&p={searchTerms}",
            "image_url_post_params": "image_lang=__MSG_url_domain__",
            "instant_url": "https:\/\/www.greentreesearch.com\/r?nmSearchSource=bing&extv=bingomnionly&p={searchTerms}",
            "instant_url_post_params": "instant_lang=__MSG_url_domain__",
            "is_default": true,
            "keyword": "Green Tree Search",
            "name": "Green Tree",
            "search_url": "https:\/\/www.greentreesearch.com\/r?nmSearchSource=bing&extv=bingomnionly&p={searchTerms}",
            "search_url_post_params": "search_lang=__MSG_url_domain__",
            "suggest_url": "https:\/\/www.greentreesearch.com\/r?nmSearchSource=bing&extv=bingomnionly&p={searchTerms}",
            "suggest_url_post_params": "suggest_lang=__MSG_url_domain__"
        }
    },
    "content_scripts": [
        {
            "js": [
                "src\/ext_content.js"
            ],
            "matches": [
                "*:\/\/www.greentreesearch.com\/*",
                "*:\/\/www.bing.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"
    },
    "manifest_version": 3,
    "name": "Green Tree Search",
    "short_name": "green-tree-search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}