Gaia Mission - Search the web & plant trees

Set your search engine & new tab page to Gaia Mission so you can help plant trees.

Was ist Gaia Mission - Search the web & plant trees?

Gaia Mission - Search the web & plant trees ist eine Chrome-Erweiterung, die von https://gaiamission.org entwickelt wurde, und ihr Hauptmerkmal ist "Set your search engine & new tab page to Gaia Mission so you can help plant trees.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Gaia Mission - Search the web & plant trees-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gaia Mission - Search the web & plant trees-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        How does it work?
 
Every search with Gaia Mission generates ad revenue that support tree planting protection charities. 
 
Since searching the web is part of our daily lives, why not help plant some trees while doing so? Once you install Gaia Mission, you’ll have access to the search box with every new tab. You’ll get the search results you were looking for while helping us plant trees. 
 
Tree Planting
 
Trees play a huge role in our existence. They clean the air we breathe, filter our water, stabilize the climate, and maintain biodiversity. What’s more, forests provide thousands of jobs and resources for medications and products we use daily. 
 
Deforestation rates are increasing rapidly, but there’s something we can do about it. Every small action helps, even a web search. 
 
Meet Gaia Mission
 
We are a non-profit organization on a mission to make a positive impact in the world. Through partnerships with charities and other not-for-profit organizations, we focus on preserving and protecting animals and all our natural resources worldwide. 
 
Every Gaia Mission user, when searching the web, contributes to making the world a lot better. 
 
We can’t wait to have you on board!
 
Let’s plant trees together with Gaia Mission extension.
 
To keep up to date with Gaia Mission, follow us on:
 
Facebook: https://www.facebook.com/TheGaiaMission 
Twitter: https://twitter.com/GaiaMission
Instagram: https://www.instagram.com/gaiamission__                    

Grundlegende Informationen zur Erweiterung

Name Gaia Mission - Search the web & plant trees Gaia Mission - Search the web & plant trees
ID gdaaodckdjkcbnhggnojcahaddkelhol
Offizielle URL https://chrome.google.com/webstore/detail/gaia-mission-search-the-w/gdaaodckdjkcbnhggnojcahaddkelhol
Beschreibung Set your search engine & new tab page to Gaia Mission so you can help plant trees.
Dateigröße 619 KB
Installationsanzahl 102
Aktuelle Version 2.19.61
Letztes Update 2020-03-16
Veröffentlichungsdatum 2020-03-16
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://gaiamission.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gaiamission.org
URL der Datenschutzrichtlinien-Seite https://gaiamission.org/privacy
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Gaia Mission - Search the web & plant trees",
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content-scripts\/installed.js",
                "content-scripts\/event-handler.js"
            ],
            "matches": [
                "*:\/\/*.gaiamission.org\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content-scripts\/visibility.js"
            ],
            "matches": [
                "*:\/\/*.gaiamission.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Gaia Mission",
            "keyword": "gaiamission.org",
            "favicon_url": "https:\/\/gaiamission.org\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/gaiamission.org\/search\/?tt=tree__ext&q={searchTerms}"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.gaiamission.org\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.ytimg.com  https:\/\/www.googleapis.com https:\/\/*.ytimg.com https:\/\/*.gaiamission.org https:\/\/*.mystart.com https:\/\/*.gaiamissioncdn.org https:\/\/*.vmn.net https:\/\/api.facebook.com https:\/\/*.twitter.com; object-src 'self'",
    "description": "Set your search engine & new tab page to Gaia Mission so you can help plant trees.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Gaia Mission - Search the web & plant trees",
    "offline_enabled": true,
    "permissions": [
        "alarms",
        "management",
        "storage",
        "unlimitedStorage",
        "*:\/\/*.gaiamission.org\/*"
    ],
    "optional_permissions": [
        "bookmarks",
        "topSites",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "short_name": "Tree Planting",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.19.61"
}