Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
Co to jest Ecosia with Google?
Ecosia with Google to rozszerzenie Chrome opracowane przez jasonandmonte, a jego główną funkcją jest „Adds an unobtrusive link to Ecosia to allow convenient Google searches”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ecosia with Google
Pobierz pliki rozszerzeń Ecosia with Google w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Ecosia with Google |
ID | iaphojdaojmefjckmnghkimeockogoei |
Oficjalny URL | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
Opis | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
Rozmiar pliku | 103 KB |
Liczba instalacji | 1,009 |
Aktualna Wersja | 2.0.1 |
Ostatnia Aktualizacja | 2024-02-07 |
Data Publikacji | 2020-06-28 |
Ocena | 4.38/5 Łącznie 13 Oceny |
Deweloper | jasonandmonte |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://jasonandmonte.github.io/privacy-policy |
Obsługiwane Języki | 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\/*" ] } ] } |