Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
Hvad er Ecosia with Google?
Ecosia with Google er en Chrome-udvidelse udviklet af jasonandmonte, og dens hovedfunktion er "Adds an unobtrusive link to Ecosia to allow convenient Google searches".
Udvidelsesskærmbilleder
Download Ecosia with Google-udvidelses-CRX-fil
Download Ecosia with Google-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | iaphojdaojmefjckmnghkimeockogoei |
| Officiel URL | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
| Beskrivelse | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
| Filstørrelse | 103 KB |
| Antal Installationer | 1,009 |
| Nuværende Version | 2.0.1 |
| Senest Opdateret | 2024-02-07 |
| Udgivelsesdato | 2020-06-28 |
| Bedømmelse | 4.38/5 Samlet 13 Bedømmelser |
| Udvikler | jasonandmonte |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://jasonandmonte.github.io/privacy-policy |
| Understøttede Sprog | 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\/*"
]
}
]
} | |