Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
Wat is Ecosia with Google?
Ecosia with Google is een Chrome-extensie ontwikkeld door jasonandmonte, en de belangrijkste functie is "Adds an unobtrusive link to Ecosia to allow convenient Google searches".
Extensie Screenshots
Download het CRX-bestand van de extensie Ecosia with Google
Download Ecosia with Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Continue to use Ecosia as your default search engine and add the option to perform an identical Google search with no hassle. ➤ How it works After completing a search in Ecosia, simply click the Google button and it will automatically open a new tab and run the search on Google!
Basisinformatie over de Extensie
Naam | Ecosia with Google |
ID | iaphojdaojmefjckmnghkimeockogoei |
Officiële URL | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
Beschrijving | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
Bestandsgrootte | 103 KB |
Aantal Installaties | 1,009 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2024-02-07 |
Publicatiedatum | 2020-06-28 |
Beoordeling | 4.38/5 Totaal 13 Beoordelingen |
Ontwikkelaar | jasonandmonte |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://jasonandmonte.github.io/privacy-policy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecosia with Google", "manifest_version": 3, "author": "jasonandmonte", "description": "Adds an unobtrusive link to Ecosia to allow convenient Google searches", "version": "2.0.1", "permissions": [], "icons": { "128": "media\/eco-google.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.ecosia.org\/*" ], "run_at": "document_idle", "css": [ "\/styles\/page.css" ], "js": [ "content\/ecosia.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/assets\/google.png", "\/styles\/page.css" ], "matches": [ "https:\/\/www.ecosia.org\/*" ] } ] } |