Treegle - The search engine that plants trees

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

Treegle - The search engine that plants trees क्या है?

Treegle - The search engine that plants trees https://treegle.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sets your search engine to Treegle and customizes your new tab page so you can plant trees with every search."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Treegle - The search engine that plants trees एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Install the Treegle chrome extension to plant trees while searching the web.

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

How does Treegle works?

Treegle uses the bing search engine, but is focused on eco-friendly living. We donate our search and ad revenues to reforestation projects around the globe. With every search you make we earn ad revenues and donate these ad revenues to reforestation projects. 

In order to plant more trees you need to press one of the trees icon in your new tab: "Donate by watching a video ad" or just search with treegle extension.

Treegle maintains full transparency. We share our revenues in our financial reports.

Treegle protects user privacy and priorities user trust. We do not collect your data or sell it to third party advertisers and trackers.

** Our Carbon Footprint **

Treegle is not only carbon neutral, but works to reduce atmospheric carbon levels. By donating our ad revenue to tree planting projects, Treegle contributes to removing CO2 from the atmosphere.

** Complete Honesty and Transparency **

Treegle maintains full transparency to protect user trust. To do so, we share quarterly financial reports with Treegle observers and provide updates on our tree planting projects. By sharing our financials, we allow users to see exactly where the revenue is going.

Install the Treegle chrome extension to plant trees while searching the web.

To learn more about Treegle, who we are, and our reforestation projects, check out http://blog.treegle.org/about-us/

Stay updated on our tree planting and follow us on social media!
	Blog: http://blog.treegle.org/blog/
	Facebook: https://www.facebook.com/treegle/
	Instagram: https://www.instagram.com/treegleorganization/
	Twitter: https://twitter.com/treegle1                    

एक्सटेंशन की मूल जानकारी

नाम Treegle - The search engine that plants trees Treegle - The search engine that plants trees
ID aiahlgedjiphidblflgipnjjfjcfcbak
आधिकारिक URL https://chromewebstore.google.com/detail/treegle-the-search-engine/aiahlgedjiphidblflgipnjjfjcfcbak
विवरण This extension sets your search engine to Treegle and customizes your new tab page so you can plant trees with every search.
फ़ाइल का आकार 348 KB
स्थापना संख्या 128
वर्तमान संस्करण 3.4.5
अंतिम अपडेट 2022-11-14
प्रकाशन तिथि 2020-02-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://treegle.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.treegle.org/
सहायता पृष्ठ URL http://blog.treegle.org/faq/
गोपनीयता नीति पृष्ठ URL http://blog.treegle.org/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_store_title_new__",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.treegle.org\/",
    "icons": {
        "16": "img\/favicon16.png",
        "48": "img\/logo_square_transparent48.png",
        "128": "img\/logo_square_transparent128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/favicon16.png",
        "img\/logo.png"
    ],
    "browser_action": {
        "default_title": "__MSG_browser_action_hover__",
        "default_icon": "img\/icon19.png",
        "browser_style": false
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.treegle.org\/*"
            ],
            "js": [
                "js\/funnel.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_store_shortdesc_new__",
    "version": "3.4.5",
    "permissions": [
        "*:\/\/*.treegle.org\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ext.treegle.org; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.treegle.org\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "corona",
            "favicon_url": "https:\/\/www.treegle.org\/img\/logo_square_transparent48.png",
            "keyword": "keyword covid",
            "search_url": "https:\/\/www.treegle.org\/search.html?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}