Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
Что такое Ecosia with Google?
Ecosia with Google - это расширение Chrome, разработанное jasonandmonte, и его основная функция - "Adds an unobtrusive link to Ecosia to allow convenient Google searches".
Снимки экрана расширения
Скачать файл CRX расширения Ecosia with Google
Скачайте файлы расширений Ecosia with Google в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Ecosia with Google |
ID | iaphojdaojmefjckmnghkimeockogoei |
Официальный URL | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
Описание | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
Размер файла | 103 KB |
Количество установок | 1,009 |
Текущая Версия | 2.0.1 |
Последнее Обновление | 2024-02-07 |
Дата публикации | 2020-06-28 |
Рейтинг | 4.38/5 Всего 13 оценок |
Разработчик | jasonandmonte |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://jasonandmonte.github.io/privacy-policy |
Поддерживаемые языки | 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\/*" ] } ] } |