KindSearch

Search the web to support a cause!

KindSearchคืออะไร?

KindSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kindsearch.org และคุณลักษณะหลักของมันคือ "Search the web to support a cause!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KindSearch

ดาวน์โหลดไฟล์ส่วนขยาย KindSearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        KindSearch is a search engine built with a greater purpose in mind — to help nonprofits and causes succeed in their mission.

KindSearch is a search engine just like Google, Bing or Yahoo. The only real difference is in our business model. Instead of spending money on marketing we partner with nonprofits to get ourselves known and in return share our advertising income with them. KindSearch makes supporting your favorite organization super easy - use it when you are looking for something online and we automatically donate to the organization of your choice. 

By clicking "Add to Chrome", you accept and agree to install the KindSearch Chrome extension, set the Chrome new tab and default search to KindSearch powered by Bing, and adhere to the Terms of Use (https://kindsearch.org/terms) and Privacy Policy (https://kindsearch.org/privacy).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KindSearch KindSearch
ID fkpadjnjhmhmlijfohpjohkilngfbmfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kindsearch/fkpadjnjhmhmlijfohpjohkilngfbmfl
คำอธิบาย Search the web to support a cause!
ขนาดไฟล์ 160 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2020-11-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://kindsearch.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kindsearch.org
URL หน้าช่วยเหลือ https://kindsearch.org/about
URL หน้านโยบายความเป็นส่วนตัว https://kindsearch.org/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KindSearch",
    "version": "0.4.0",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Search the web to support a cause!",
    "homepage_url": "https:\/\/kindsearch.org",
    "short_name": "KindSearch",
    "permissions": [
        "contextMenus",
        "cookies",
        "https:\/\/kindsearch.org\/*",
        "https:\/\/*.kindsearch.org\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "sallar",
    "minimum_chrome_version": "49",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "KindSearch",
            "search_url": "https:\/\/kindsearch.org\/search?q={searchTerms}&source=chrome",
            "suggest_url": "https:\/\/kindsearch.org\/api\/ac\/browser?q={searchTerms}&source=chrome",
            "encoding": "UTF-8",
            "keyword": "kindsearch",
            "is_default": true,
            "favicon_url": "https:\/\/kindsearch.org\/favicon.ico"
        }
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kindsearch.org\/*",
                "https:\/\/*.kindsearch.org\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}