Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
Vad är Ecosia with Google?
Ecosia with Google är en Chrome-tillägg utvecklad av jasonandmonte, och dess huvudfunktion är "Adds an unobtrusive link to Ecosia to allow convenient Google searches".
Tilläggsskärmbilder
Ladda ner Ecosia with Google-förlängningens CRX-fil
Ladda ner Ecosia with Google-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Ecosia with Google |
ID | iaphojdaojmefjckmnghkimeockogoei |
Officiell webbadress | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
Beskrivning | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
Filstorlek | 103 KB |
Antal Installationer | 1,009 |
Aktuell Version | 2.0.1 |
Senast Uppdaterad | 2024-02-07 |
Publiceringsdatum | 2020-06-28 |
Betyg | 4.38/5 Totalt 13 Betyg |
Utvecklare | jasonandmonte |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://jasonandmonte.github.io/privacy-policy |
Stödda Språk | 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\/*" ] } ] } |