GOOD Search x Good News

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

GOOD Search x Good Newsとは何ですか?

GOOD Search x Good Newsはhttps://good-search.orgによって開発されたChromeの拡張機能で、その主な機能は「Search with GOOD and support solutions that positively change the world!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

GOOD Search x Good News拡張機能のCRXファイルをダウンロード

GOOD Search x Good News拡張子のファイルを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.

For all friends of Good News!
• Our Good News feed
• Search and do good with social search GOOD
• 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 Search x Good News GOOD Search x Good News
ID jibmbcekljogccfobhenbakheafhbime
公式URL https://chromewebstore.google.com/detail/good-search-x-good-news/jibmbcekljogccfobhenbakheafhbime
説明 Search with GOOD and support solutions that positively change the world!
ファイルサイズ 6 MB
インストール数 543
現在のバージョン 3.1.0
最終更新日 2022-12-21
公開日 2020-06-06
評価 5.00/5 合計 2 レビュー
開発者 https://good-search.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://good-search.org/
ヘルプページのURL https://good-search.org/about/kontakt/
プライバシーポリシーページの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": "3.1.0",
    "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=gnntch",
            "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"
    }
}