Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
Qu'est-ce que Ecosia with Google ?
Ecosia with Google est une extension Chrome développée par jasonandmonte, et sa fonction principale est "Adds an unobtrusive link to Ecosia to allow convenient Google searches".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ecosia with Google
Téléchargez les fichiers d'extension Ecosia with Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Ecosia with Google |
ID | iaphojdaojmefjckmnghkimeockogoei |
URL Officiel | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
Description | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
Taille du Fichier | 103 KB |
Nombre d'Installations | 1,009 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2024-02-07 |
Date de Publication | 2020-06-28 |
Évaluation | 4.38/5 Total 13 Évaluations |
Développeur | jasonandmonte |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://jasonandmonte.github.io/privacy-policy |
Langues Prises en Charge | 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\/*" ] } ] } |