Ecosia with Google

Adds an unobtrusive link to Ecosia to allow convenient Google searches

Ecosia with Google란 무엇입니까?

Ecosia with Google은(는) jasonandmonte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds an unobtrusive link to Ecosia to allow convenient Google searches"입니다.

확장 프로그램 스크린샷

screenshot

Ecosia with Google 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}