Green Tree Search

Every time you search, you help plant trees.

什麼是Green Tree Search?

Green Tree Search是由https://www.greentreesearch.com開發的Chrome擴展程式,該擴展的主要功能是“Every time you search, you help plant trees.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Green Tree Search擴展crx文件

下載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
官方網址 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"
}