Kind Search

Kind Search replaces your search engine so you can plant trees with every search

Kind Searchคืออะไร?

Kind Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kind Seach และคุณลักษณะหลักของมันคือ "Kind Search replaces your search engine so you can plant trees with every search"

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

screenshot
screenshot

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

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

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

                        This extension redirects some of your search queries to partner search engines of Kind Search which uses its ad revenue to plant trees.

How it works:

1. Kind Search replaces your default search engine.

2. Some of your searches are redirected to our partner search feeds like Bing, Yahoo and other search engines. Part of the profit from such searches is dedicated to reforestation projects.

3. Our team allocates funds for these ecology projects and make a report every month!

We dedicate our profits to tackling climate change. Our monthly financial statements disclose all items of expenditure.

You can see the number of Kind Points you have at the bottom of the browser, which represents the number of trees you've planted with Kind Search. The more active your browsing activity is, the more trees we plant. The equivalent of one new tree is about 100 Kind Points. 

In Kind Search, your anonymized browsing activity is used to estimate your Kind Points.

Now you can tackle climate change just using your search engine! Let's protect our planet together.                    

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

ชื่อ Kind Search Kind Search
ID pnpjidkodkhkcmnomnhkelgeheapbaga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kind-search/pnpjidkodkhkcmnomnhkelgeheapbaga
คำอธิบาย Kind Search replaces your search engine so you can plant trees with every search
ขนาดไฟล์ 171 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 2.0.13
อัปเดตครั้งล่าสุด 2023-06-29
วันที่เผยแพร่ 2023-01-31
คะแนน 4.87/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Kind Seach
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://portal.kindsearch.me
URL หน้านโยบายความเป็นส่วนตัว https://lampabar.com/etc/pages/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.13",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Kind Search",
            "keyword": "ks",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/service.kindsearch.me\/extensions\/kindsearchfeed\/favicon.ico",
            "search_url": "https:\/\/kindsearch.me?gd=SY1004015&searchsource=58&q={searchTerms}",
            "suggest_url": "https:\/\/service.kindsearch.me\/extensions\/kindsearchfeed\/suggest.php?q={searchTerms}"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/src\/content\/fonts\/inject.js",
                "\/src\/common\/libs\/jquery.min.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/src\/common\/jquery-plugins\/sticky\/index.js",
                "\/src\/common\/jquery-plugins\/side-bar\/index.js",
                "\/src\/common\/jquery-plugins\/meowModal\/MeowModal.js",
                "\/src\/common\/jquery-plugins\/meowModal\/index.js",
                "\/src\/common\/utils.js",
                "\/src\/content\/getValueSelector.js",
                "\/src\/content\/SideBarController.js",
                "\/src\/content\/MeowBackgroundClient.js",
                "\/src\/content\/index.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/engines.json",
                "\/images\/*",
                "\/src\/common\/styles.css",
                "\/src\/common\/jquery-plugins\/sticky\/styles.css",
                "\/src\/common\/jquery-plugins\/side-bar\/styles.css",
                "\/src\/content\/fonts\/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2",
                "\/src\/content\/fonts\/fonts.css",
                "\/src\/content\/styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}