Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
Co je Ecosia with Google?
Ecosia with Google je rozšíření Chrome vyvinuté jasonandmonte, a jeho hlavní funkcí je „Adds an unobtrusive link to Ecosia to allow convenient Google searches“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ecosia with Google
Stáhněte si soubory rozšíření Ecosia with Google ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Ecosia with Google |
ID | iaphojdaojmefjckmnghkimeockogoei |
Oficiální URL | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
Popis | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
Velikost souboru | 103 KB |
Počet instalací | 1,009 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2024-02-07 |
Datum Vydání | 2020-06-28 |
Hodnocení | 4.38/5 Celkem 13 Hodnocení |
Vývojář | jasonandmonte |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://jasonandmonte.github.io/privacy-policy |
Podporované Jazyky | 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\/*" ] } ] } |