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
screenshot
screenshot

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

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

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

                        Install our extension to set GreenTreeSearch as your default search engine and customize your new tab, allowing you to contribute to tree planting with every search.

With this extension, you can easily configure GreenTreeSearch as your default search engine and personalize your browser's new tab feature, enabling you to assist in tree planting efforts.

By clicking "Add to Chrome," you consent to installing the GreenTreeSearch extension and setting Chrome™ New Tab search and your default search engine to GreenTreeSearch (powered by Yahoo Search). By installing, you agree to our Terms of Use and Privacy Policy.

Get GreenTreeSearch to plant trees and take action for the climate every day. Similar to other search engines, we generate revenue from advertisements. However, we allocate our profits towards tree planting and environmental conservation.

Please feel free to reach out anytime: [email protected].                    

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

ชื่อ Green Tree Search Green Tree Search
ID nmbhcnbppfogefoinbglnafjjpcinjcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/green-tree-search/nmbhcnbppfogefoinbglnafjjpcinjcd
คำอธิบาย Every time you search, you help plant trees.
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2023-08-30
คะแนน 4.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา 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
{
    "action": {
        "default_icon": {
            "128": "public\/favicons\/favicon-128x128.png",
            "16": "public\/favicons\/favicon.png",
            "48": "public\/favicons\/favicon-48x48.png"
        },
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [
                "https:\/\/www.greentreesearch.com\/r?extv=omnionly&p={searchTerms}",
                "https:\/\/www.greentreesearch.com\/r?extv=omnionly&p={searchTerms}"
            ],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.greentreesearch.com\/favicons\/favicon.png",
            "image_url": "https:\/\/www.greentreesearch.com\/r?extv=omnionly&p={searchTerms}",
            "image_url_post_params": "image_lang=__MSG_url_domain__",
            "instant_url": "https:\/\/www.greentreesearch.com\/r?extv=omnionly&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?extv=omnionly&p={searchTerms}",
            "search_url_post_params": "search_lang=__MSG_url_domain__",
            "suggest_url": "https:\/\/www.greentreesearch.com\/r?extv=omnionly&p={searchTerms}",
            "suggest_url_post_params": "suggest_lang=__MSG_url_domain__"
        }
    },
    "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"
    },
    "manifest_version": 3,
    "name": "Green Tree Search",
    "short_name": "green-tree-search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7"
}