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文件

下載GOOD – The search engine for a better world擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}