GOOD – The search engine for a better world

Search with GOOD and support solutions that positively change the world!

GOOD – The search engine for a better world란 무엇입니까?

GOOD – The search engine for a better world은(는) https://good-search.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search with GOOD and support solutions that positively change the world!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GOOD – The search engine for a better world 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to set GOOD as your standard search engine. With GOOD, you support projects that are positively changing the world with their solutions.

• Search and do good with social search GOOD
• News feed with latest project news
• Attractive background images
• Direct links with more information about GOOD
• 100% Non-profit and carbon-neutral

Make GOOD your search engine and join a community that makes the world a better place!                    

확장 프로그램 기본 정보

이름 GOOD – The search engine for a better world GOOD – The search engine for a better world
ID cbbblddgldbfdldenjinhpanmahdciom
공식 URL https://chromewebstore.google.com/detail/good-–-die-suchmaschine-f/cbbblddgldbfdldenjinhpanmahdciom?hl=en
설명 Search with GOOD and support solutions that positively change the world!
파일 크기 8.5 MB
설치 횟수 1,232
현재 버전 2.0.3
최근 업데이트 2023-08-11
출시 날짜 2020-05-02
평점 5.00/5 총 4 개의 평점
개발자 https://good-search.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://good-search.org
도움말 페이지 URL https://good-search.org
개인정보 보호 정책 페이지 URL https://good-search.eu/datenschutz
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.3",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "de",
    "icons": {
        "16": "\/logos\/icon-16.png",
        "48": "\/logos\/icon-48.png",
        "128": "\/logos\/icon-128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "GOOD",
            "search_url": "https:\/\/good-search.org\/search?q={searchTerms}&utm_source=gontch",
            "suggest_url": "https:\/\/suggest.good-search.org\/auto-suggest\/query?key=f4c9e04c-828a-4e1c-beca-9a0dfa7a276c&output=omnibox&q={searchTerms}",
            "is_default": true,
            "keyword": "GOOD",
            "favicon_url": "https:\/\/good-search.org\/favicon.ico",
            "encoding": "UTF-8"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.good-search.org\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    }
}