Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
Apa itu Ecosia with Google?
Ecosia with Google adalah ekstensi Chrome yang dikembangkan oleh jasonandmonte, dan fitur utamanya adalah "Adds an unobtrusive link to Ecosia to allow convenient Google searches".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ecosia with Google
Unduh file ekstensi Ecosia with Google dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Ecosia with Google |
ID | iaphojdaojmefjckmnghkimeockogoei |
URL Resmi | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
Deskripsi | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
Ukuran File | 103 KB |
Jumlah Instalasi | 1,009 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2024-02-07 |
Tanggal Publikasi | 2020-06-28 |
Penilaian | 4.38/5 Total 13 Penilaian |
Pengembang | jasonandmonte |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://jasonandmonte.github.io/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } ] } |