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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://good-search.org และคุณลักษณะหลักของมันคือ "Search with GOOD and support solutions that positively change the world!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GOOD – The search engine for a better world

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}